4.4.6 The H1, H2, H3, H4, H5, And H6 Elements — HTML5 - W3C
Có thể bạn quan tâm
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 H2 H3 H4 H5
-
HTML H1 To H6 Tag - W3Schools
-
–
: The HTML Section Heading Elements - MDN - Mozilla
-
What Are H1, H2, H3, H4, H5, And H6 Tags And How Do They Affect ...
-
H1, H2, H3, H4, H5, H6 HTML - W3schools.blog
-
How H1, H2, H3, H4, H5, And H6 Display - Georgetown UIS
-
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
-
XHTML >> Tags >> H1, H2, H3, H4, H5, H6 | DevGuru
-
Research Model For Hypotheses H1, H2, H3, H4, And H5.
-
UTAUT Structural Model And Hypotheses (H1, H2, H3, H4, H5).
-
HTML Tag: H1, H2, H3, H4, H5, And H6
-
Heading Tags/Elements (H1, H2, H3, H4, H5, H6)
-
Using H1, H2, H3 Heading Tags For SEO And UX • LockedownSEO