Computer Science, asked by indianhacker181, 3 months ago

write any ten html tags​

Answers

Answered by soniruchi908
0

Explanation:

<html> … </html> — The root element. ...

<head> … </head> — The document head. ...

<title> … ...

<body> … ...

<h1> … ...

<p> … ...

<a> … ...

<img> — An image.

Answered by santhumohith2007
1

Answer:

1. <html> … </html> — The root element 2. <head> … </head> — The document head

3. <title> … </title> — The page title

4. <body> … </body> — The page’s content

5. <h1> … </h1> — A section heading

6. <p> … </p> — A paragraph

7. <a> … </a> — A link

8. <img> — An image

9. <div> … </div> — A block-level container for content

10. <span> … </span> — An inline container for content

Similar questions