Computer Science, asked by TheBrainliestUser, 1 year ago

Hello Mate


Interesting question of Computer science.


Give me 10 html codes :-


No spamming

Answers

Answered by abhishek917211
54

\large \mathcal{ANSWER}

Your First 10 HTML Tags

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

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

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

<body> … </body> — The page's content. ...

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

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

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

<img> — An image. The img element lets you insert images into your web pages.

Answered by diyarajvanshi7
19

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 contents.

hope it helps you dear ☺️

Similar questions