Understand markup tags. Markup tags inform your web
browser how to display the page and its content. They usually come with a
start tag and an end tag, with the element content in between the tags.
- A left-angle bracket, or less-than sign (
<
) begins the tag and a right-angle bracket, or greater-than sign (>
) ends the tag.
- To tell whether a tag is a start or an end tag, note that the end tag has a forward slash / after the first bracket:
<tag>
element content</tag>
.
0 comments:
Post a Comment