Block-Level element always starts from new line and takes full width.
<div> is block-level element.
<div style="background-color:pink">Well</div>
<div style="background-color:yellow">Come</div>
This indicates that the enclosed HTML provides contact information for a person, or a place.
It is most commonly used to contain information that may be distributed independently from the rest of the site or application it appears in. e.g A magazine or newspaper article, or a blog entry.
This element represents a portion of a document whose content is only indirectly related to the document's main content. These are frequently presented as sidebars or call-out boxes.
This element defines a section (within a document) that is quoted from another source.
This element creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state.
This element represents a dialog box or other interactive component.
This element is the generic container for flow content.
This element provides the details about or the definition of the preceding term (<dt>) in a description list (<dl>).
This element represents a description list.
This element represents a description term.
This element is used to group several controls as well as labels within a web form.
This element represents a caption or legend for the rest of the contents its parent (<figure>) element.
This element represents self-contained content, frequently with a caption (<figcaption>), and is typically referenced as a single unit.
This element represents footer of the nearest content or page.
This allows user to enter data that is sent to a server for processing.
Heading levels 1-6.
This element represents introductory content, typically a group of introductory or navigational aids.
Groups header information. This element represents a multi-level heading for a section of a document.
Horizontal dividing line.
List item.
This element represents the dominant content/portion of a document or application.
This element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents.
This element typically is a numbered list of items.
This element typically represent a paragraph.
This element typically represent preformatted text which is to be presented exactly as written in the HTML file.
This element defines sections in a document, such as chapters, headers, footers, or any other sections of the document.
This element typically is a bulleted list of items.