G. Khirasindhu Reddy: Prof. Nilamadhaba Dash
G. Khirasindhu Reddy: Prof. Nilamadhaba Dash
G. Khirasindhu Reddy: Prof. Nilamadhaba Dash
By
G. KHIRASINDHU REDDY
180101120053
Guided by
Goals of HTML5.
● It incorporates all features from earlier versions of HTML, including the stricter
XHTML.
● It adds a diverse set of new tools for the web developer to use.
HTML5
GOALS OF HTML5
● Support all existing web pages. With HTML5, there is no requirement to go
back and revise older websites.
● Reduce the need for external plugins and scripts to show website Content.
● Improve the semantic definition (i.e. meaning and purpose) of page Elements.
● Make the rendering of web content universal and independent of the device
being used.
• Support for CSS3 (the newer and more powerful version of CSS)
• More advanced features for web developers, such as data storage and offline applications.
The <html> Element
This is what the <html> element looked like in XHTML:
HTML5 defines a new element which specifies a standard way to embed a video/movie
on a web page:
<video attributes>
Canvas
Creating a canvas Element
HTML5: Input types
HTML5 has several new input types for forms.
• email
• url
• number
• range
• date pickers (date, month, week, time,
datetime, datetime-local)
• search
• color
COMPARISON WITH OLDER VERSIONS
• HTML5 Is a Work in Progress
• Simplified Syntax
• The New <canvas> Element
• The <header> and <footer> Elements
• New <section> and <article> Elements
• New <menu> and <figure> Elements
• New <audio> and <video> Elements
• New Forms
• No More <frame>, <center>, <big>