which symbol is used to in html to consider it as tag ?
Answers
Answered by
0
Answer:
</body> This tag signifies the end of the body of the document. </html> This tag signifies the end of the html document.
Explanation:
Answered by
0
Syntax. <tag> content </tag>
HTML Tag Examples. Note: HTML Tags are always written in lowercase letters. ...
Unclosed HTML Tags. Some HTML tags are not closed, for example br and hr. ...
HTML Meta Tags. DOCTYPE, title, link, meta and style.
HTML Text Tags. ...
HTML Link Tags. ...
HTML Image and Object Tags. ...
HTML List Tags.
Similar questions