Computer Science, asked by ashnamahak, 3 days ago

HTML uses__ tags to describe web page

Answers

Answered by jadhavprabhawati1991
0

Answer:

The text between <html> and </html> describes the web page, and the text between <body> and </body> is the visible page content. The markup text <title>This is a title</title> defines the browser page title shown on browser tabs and window titles, and the tag <div> defines a division of the page used for easy styling.

Similar questions