HTML tags are used to define heading levels, such as
<H1> and </H1>.
Heading levels can go to <H6>, with each
successive number indicating a smaller heading size.
Some other basic HTML tags are:
- <I>
and </I> used to indicate italics
- <img
src="name-of-picture"> used to place an image in a document
file
- <P> used to
create a paragraph break