New semantic elements
HTML5 offers some new elements, primarily for semantic purposes. The elements include: section
, article
, aside
, header
, footer
, nav
, figure
, figcaption
, time
, mark
& main
.
IE | Edge | Firefox | Chrome | Safari | Opera | iOS Safari | Opera Mini | Android Browser | Blackberry Browser | Opera Mobile | Chrome for Android | Firefox for Android | IE Mobile | UC Browser for Android | Samsung Internet | QQ Browser | Baidu Browser |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49 | |||||||||||||||||
56 | 9.3 | 4.4 | |||||||||||||||
14 | 52 | 57 | 10 | 10.0-10.2 | 4.4.3-4.4.4 | 4 | |||||||||||
11
See notes:
|
15 | 53 | 58 | 10.1 | 44 | 10.3 | all
See notes:
|
56 | 10
See notes:
|
37 | 57 | 52 | 11
See notes:
|
11.4
See notes:
|
5 | 1.2 | 7.12 |
54 | 59 | TP | 45 | ||||||||||||||
55 | 60 | 46 | |||||||||||||||
56 | 61 |
Notes
-
1
Partial support refers to missing the default styling, as technically the elements are considered "unknown". This is easily taken care of by manually setting the default
display
value for each tag. -
2
Partial support refers to only the
<main>
element (added later to the spec) being "unknown", though it can still be used and styled.