Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 626 Bytes

File metadata and controls

16 lines (11 loc) · 626 Bytes

HMTL

The new features of HTML5

  • New elements for better document structure: nav, footer, aside, article etc...
  • 2 new form elements: datalist, output
  • New input types: email, range, url, week etc...
  • Allows four different syntaxes for attributes: empty, unquoted, double quoted and single quoted
  • New graphics tags: canvas and svg
  • 5 new media tags: audio, embed, video, source and track

[↑] Back to top