What is HTML5?

New HTML5 Elements
The most interesting new HTML5 elements are:
New semantic elements like <header>, <footer>, <article>, and <section>.
New attributes of form elements like number, date, time, calendar, and range.
New graphic elements: <svg> and <canvas>.
New multimedia elements: <audio> and <video>.
 
HTML5 is the latest version of Hypertext Markup Language, the code that describes web pages. It's actually three kinds of code: HTML, which provides the structure; Cascading Style Sheets (CSS), which take care of presentation; and JavaScript, which makes things happen.
 
HTML5 is the newest edition of Hypertext Markup Terminology, the rule that explains web webpages. It's actually three types of code: HTML, which provides the structure; Flowing Style Linens (CSS), which take care of presentation; and JavaScript, which makes the unexpected happens.
 
Back
Top