3. P tag (Paragraphs tag)
<p></p>
(The browser automatically add space between paragraphs)


4a. Br tag – Line break
<br>
It does not have a closing tag, because it’s not used to surround text. It called void elements. </br>



4b.<pre> Tag
The <pre> tag displays all whitespace (spaces, tabs, and newlines) as they appear in the source.
Its primary function is to display text exactly as it is written in the HTML source code, preserving both spaces and line breaks.

5. Style tag: (Add styles to the text)
Add bold <b></b>

-
Add bold <b></b>
-
Italics / eye tag <i></i>

-
Underline <u></u>

-
Emphasize / em tag
-
Strong tag / <strong></strong>


-
Horizontal line <hr>

Remember to save the file every time you change any thing in your website and reload the browser, otherwise you cannot review what you change!!!