HTML Flashcards
1
Q
What’s new in HTML5?
A
New Structural Elements: section, header, footer, nav, article, aside and figure tags
New Inline Elements: mark, time, meter, progress tags
New Form Types: input tag with new types… datetime, datetime-local, date, month, number, range, email attributes
New Elements: canvas, video and audio tags
New Attributes: require, autofocus and contenteditable attributes
No more type attribute required for script and link tag
2
Q
What are defer and async attributes on a
tag?</p>
A