tags to write the title of an HTML document
Answers
Answered by
5
Answer:
HTML - <title> Tag
The HTML <title> tag is used for indicating the title of the HTML document. The body title is placed between the <head> and the </head> tags. HTML document title is visible via browser's title bar
Similar questions