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 H6 Html
-
HTML H1 To H6 Tag - W3Schools
-
HTML Headings - W3Schools
-
–
: The HTML Section Heading Elements - MDN - Mozilla
-
H1, H2, H3, H4, H5, H6 HTML - W3schools.blog
-
HTML Heading Tags: The SEO Guide For H1 - H6 - SE Ranking
-
HTML Tag: H1, H2, H3, H4, H5, And H6
-
HTML - Heading Elements H1, H2, H3, H4, H5 And H6.
-
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 ...
-
XHTML >> Tags >> H1, H2, H3, H4, H5, H6 | DevGuru
-
Headings
-
H1, H2, H3, H4, H5, H6 - HTML & XHTML Pocket Reference, 4th ...
-
H1-H6 Heading Tags And SEO: The Ultimate Guide - ContentKing
-
Using H1, H2, H3 Heading Tags For SEO And UX • LockedownSEO