HTML Formatting Elements
HTML Formatting Elements
TAG DESCRIPTION
INPUT OUTPUT
Example:
INPUT OUTPUT
Add Comments
With comments you can place notifications and reminders in your HTML code:
INPUT OUTPUT
HTML Headings
HTML headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the least important heading:
INPUT OUTPUT
HTML Paragraphs
Definition and Usage
The <p> tag defines a paragraph.
Browsers automatically add a single blank line before and after each <p> element.
INPUT OUTPUT
INPUT OUTPUT