4.4.6 The H1, H2, H3, H4, H5, And H6 Elements — HTML5 - W3C
jump
- aabbraddressareaarticleasideaudio
- bbasebdibdoblockquotebodybrbutton
- canvascaptioncitecodecolcolgroupcommand
- datalistdddeldetailsdfndivdldt
- emembedfieldsetfigcaptionfigurefooterform
- h1h2h3h4h5h6headheaderhgrouphrhtml
- iiframeimginputinskbdkeygen
- labellegendlilinkmapmarkmenumetameter
- navnoscriptobjectoloptgroupoptionoutput
- pparampreprogressqrprtruby
- ssampscriptsectionselectsmallsourcespan
- strongstylesubsummarysup
- tabletbodytdtextareatfootththeadtimetitle
- trtrackuulvarvideowbr
- global attributesterms
4.4.6 The h1, h2, h3, h4, h5, and h6 elements
Categories Flow content. Heading content. formatBlock candidate. Contexts in which this element can be used: As a child of an hgroup element. Where flow content is expected. Content model: Phrasing content. Content attributes: Global attributes DOM interface: interface HTMLHeadingElement : HTMLElement {};These elements represent headings for their sections.
The semantics and meaning of these elements are defined in the section on headings and sections.
These elements have a rank given by the number in their name. The h1 element is said to have the highest rank, the h6 element has the lowest rank, and two elements with the same name have equal rank.
These two snippets are equivalent:
<body> <h1>Let's call it a draw(ing surface)</h1> <h2>Diving in</h2> <h2>Simple shapes</h2> <h2>Canvas coordinates</h2> <h3>Canvas coordinates diagram</h3> <h2>Paths</h2> </body> <body> <h1>Let's call it a draw(ing surface)</h1> <section> <h1>Diving in</h1> </section> <section> <h1>Simple shapes</h1> </section> <section> <h1>Canvas coordinates</h1> <section> <h1>Canvas coordinates diagram</h1> </section> </section> <section> <h1>Paths</h1> </section> </body>Từ khóa » H1 /h1 H2 /h2 H3 /h3 H4 /h4 H5 /h5 H6 /h6
-
HTML H1 To H6 Tag - W3Schools
-
–
: The HTML Section Heading Elements - MDN - Mozilla
-
H1, H2, H3, H4, H5, H6 HTML - W3schools.blog
-
Typography - Bootstrap
-
H1-H6 Heading Tags And SEO: The Ultimate Guide - ContentKing
-
How H1, H2, H3, H4, H5, And H6 Display - Georgetown UIS
-
XHTML >> Tags >> H1, H2, H3, H4, H5, H6 | DevGuru
-
What Are H1, H2, H3, H4, H5, And H6 Tags And How Do They Affect ...
-
Counting With HTML5. Should H1, H2, H3, H4, H5 And H6 Be ...
-
Header Tags: A Simple (But Complete) Guide To H1, H2 And H3 Tags
-
HTML Tag: H1, H2, H3, H4, H5, And H6
-
HTML5: H1, H2, H3, H4, H5, H6 Elements, Tutorial
-
HTML - Heading Elements H1, H2, H3, H4, H5 And H6.
-
Heading Tags/Elements (H1, H2, H3, H4, H5, H6)