InterviewSolution
Saved Bookmarks
| 1. |
2. HTML tags determine |
|
Answer» An HTML tag is a special WORD or letter surrounded by angle BRACKETS, < and >. You use TAGS to create HTML elements , such as PARAGRAPHS or links. Many elements have an opening tag and a closing tag — for example, a p (paragraph) element has a tag, followed by the paragraph text, followed by a closing tag. |
|