Let’s look at a small example of basic HTML:
This is the first line.
This is the second line.
This word is bold and this
is italics.
In this example, you can see that there is some basic HTML commands that every document can (and even should) use. signifies the start of the document and signifies the end of the document. The
section lets the author give the document aThe viewable portion of the HTML document resides inside the
are called block level tags which affect multiple lines of code.