Tags

Tags are descriptive formatting codes used in HTML documents that instruct a web browser how to display text and graphics on a web page. For example, to make text bold, the tag <B> is used at the beginning and end of the text.

Tag examples:
Information displayed in a web page must be contained between a set of tags.
<html></html>
<head></head>
<body></body>

Click here to view a picture of how tags are used in HTML code

Previous Page | Back to Main