tag marks the beginning of a new projec.
Answers
Answered by
0
Explanation:
The first tag in a pair is the start tag, the second tag is the end tag. The end tag is written like the start tag, but with a forward slash inserted before the tag name. Tip: The start tag is also called the opening tag, and the end tag the closing tag.
Answered by
1
Answer:
Each tag starts with a tag opener (a less than sign ) and ends with a tag closer (a great than sign )many tags have corresponding closing tags which identical except for a slash after the tag opener ( for example, the TITEL teg ) some tags taken parameters, calledbattributes
Similar questions