These are the basic tags that should be in every HTML Document. You might notice that the background is ''Floralwhite'' it is a name of the color.You can change this color by replacing it with any color of your choice.

the tag ''br'' is like hitting the enter button, it skips a line

The tag ''b'' makes text bold "i"makes text italic

to center text, all you need is the ''center'' tag


To make headings, you can use the ''h1'' tag

Another heading tag is the ''h2'' tag

And the

headings go all

the way to
''h6''


There is also a "p" tag that you can format paragraphs with



Now, lets put these together

Remember to look at the code below

You can use all of the tags however you like to make your webpage look nicer. It is important not to use colors that stand out, like red or green for the background, because they will make your webpage look unprofessional, and make text barely readable.

You should also remember to always experiment with tags and try to achieve the best looking result. I hope you noticed that I underlined the text using the "u" tag.