Paragraphs

Paragraphs

Paragraphs are defined with the tag.
This is a paragraph

This is another paragraph
HTML automatically adds an extra blank line before and after a paragraph.

Line Breaks

The
tag is used when you want to end a line, but don't want to start a new paragraph. The
tag forces a line break wherever you place it.
This
is a para
graph with line breaks
The
tag is an empty tag. It has no closing tag.

Comments in HTML

The comment tag is used to insert a comment in the HTML source code. A comment will be ignored by the browser. You can use comments to explain your code, which can help you when you edit the source code at a later date.
Note: that you need an exclamation point after the opening bracket, but not before the closing bracket.

Text Formatting Tags


Tag
Description
Defines bold text
Defines big text
Defines emphasized text 
Defines italic text
Defines small text
Defines strong text
Defines subscripted text
Defines superscripted text
Defines inserted text
Defines deleted text