Directory Of Tags

HTML is a scripting language that consists of many tags. These tags are words surrounded by angle brackets, such as <tag>. Tags are used to mark a region that properties are applied to, such as changing the color of the font. To end these section a similar tag is used, with a / before the tag name, such as </tag>. Each tag has a specific meaning. The list below includes the tags. To learn how to use each tag, click on the name.

Tags have properties. These properties set how the tag will be displayed. For instance the <font> tag says that we will be changing the display of the font, but it does not state how. We add properties so that we can change how the font tag will display such as <font color="red">. When you look at each tag below, the properties are included.