Structural Elements
The elements in this section are used to provide structure in a web page, for instance, indicating sections on a page with a heading, creating a paragraph, and so on. These are the basic building blocks that you’ll find yourself using on any web page.
In this Section
blockquote
used to indicate a block of quoted text, with an attribution that identifies who said or wrote itbody
contains all the content to be displayed to userbr
creates a single line break in a block of textdiv
divides a page into separate sectionsh1
defines a level 1 headingh2
defines a level 2 headingh3
defines a level 3 headingh4
defines a level 4 headingh5
defines a level 5 headingh6
defines a level 6 headinghead
identifies the head section of documenthr
creates a horizontal rule that might be used to delineate areas of content in a documenthtml
identifies the content of the document as HTMLp
indicates a paragraph of text
User-contributed notes
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.