HTML tags are the things inside the < and > tags. Every time you open a tag, you must close it. For example:
To make text bold, type
Close the tag off with
Be careful! If you do not close the tag off, all the text will be bolded until you do.
So the whole tag would be:
To make italic text, type:
To make underlined text, type:
To make sup text, type:
To make sub text, type:
To make a link, type:
To make insert an image, type:
To make the image with customization, type:
More with image customization.
To make linked image, type:
You have learned the basics of HTML! To learn more, browse around NS's HTML tutorials.