9

Html5 Training

Embed Size (px)

Citation preview

INTRODUCTION TO HTML5

INTRODUCTION TO HTML5

HTML5 brings a host of new elements and attributes to allow developers to make their documents more easily understood by other systems, display data more uniquely, and take on some of the load that has required complex JavaScript or browser plug-ins like Flash and Silverlight to handle.

http://www.fitaacademy.com/courses/html5-training-in-chennai/

INTRODUCTION TO HTML5

HTML5 was developed to solve compatibility problems that affect the current standard, HTML4. One of the biggest differences between HTML5 and previous versions of the standard is that older versions of HTML require proprietary plugins and APIs.

http://www.fitaacademy.com/courses/html5-training-in-chennai/

INTRODUCTION TO HTML5

• The <header> and <footer> tags are two of the new semantic tags available. These two tags do not get you anything above and beyond <div> for the actual display.

• The <article> and <section> tags are two more semantic tags that will boost your search engine visibility.

http://www.fitaacademy.com/courses/html5-training-in-chennai/

INTRODUCTION TO HTML5

• The new <output> tag is unique, in that it expects its content to be generated dynamically with JavaScript.

• It seems like every Web site needs to have an expanding/collapsing block of text.

http://www.fitaacademy.com/courses/html5-training-in-chennai/

INTRODUCTION TO HTML5

Just as with the introduction of many other new HTML5 elements, not all browsers recognise <main> or have preset styles for it. You’ll need to ensure it displays as a block level element in your CSS

http://www.fitaacademy.com/courses/html5-training-in-chennai/

INTRODUCTION TO HTML5

One of the design goals for HTML5 is to support for multimedia on mobile devices. New syntactic features were introduced to support this, such as video, audio and canvas tags. HTML5 also introduces new features including:

New attributes

Elimination of outmoded attributes http://www.fitaacademy.com/courses/html5-training-in-chennai/