Introduction: Why do we need HTML Tag?

The following text has no tags. The browser renders it as if it were one single line.
This is not what we intended!

Introduction to Computer Technology Class of Wed Oct 2 2019 Today we will see some basic formatting tags in HTML.

Headings

This is the largest heading: H1

H2 is the second largest heading

H3 is the third largest heading

H4 is an even smaller heading than H3

H5 is a rarely used heading
H6 is the smallest possible heading

Paragraphs

This is a paragraph

This is a second paragraph, right next to the previous one. Notice how both paragraphs are separated by one full line.

This third paragraph is also separated one line from the paragraph above.

New Lines

This is the first sentence of a paragraph.
This second sentence of the paragraph starts at a new line.

Basic text embelishment: Bold face and emphasis

Can you find in this paragraph the word in boldface? What? You find this difficult?