Computer Science, asked by Tanishakhakhrani, 10 months ago

list all html tags and it's use in one line

Answers

Answered by adi1902
1

Answer:

<html> … </html> — The root element. All web pages start with the html 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.

Answered by arsh9757
1

Explanation:

The format of HTML Tables was proposed in the HTML 3.0 Drafts and the later RFC 1942 HTML Tables. They were inspired by the CALS Table Model. Some elements in these proposals were included in HTML 3.2; the present form of HTML Tables was standardized in HTML 4. (Many of the elements used within tables are neither block nor inline elements.)

hope it helps...

Similar questions