HTML conists of characters called tags. These tags are written in the < and > symbols.
Depending on what is written in between these two signs, the tags function differently.
Some of these many tags include:
< html > and < /html > - this starts all HTML programs and ends it respectively.
< h1 > and < /h1 > - this tag can help make text as a heading. The number in the tag can be changed from 1-6, making text smaller and the number increases.
< b > and < /b > - this tag can make text bold.
< i > and < /i > - this tag can italicize text.
< u > and < /u > - this tag can underline text.
< p > and < /p > - this tag can help seperate text into their own paragraphs.
< head > and < /head > - this tag appears after the < html > tag.