Computer Science, asked by Maleeha26321, 10 months ago

Lists of html programs to write in a project

Answers

Answered by smitapawar
7

Explanation:

Your First 10 HTML Tags

<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. There are three list types in HTML:

unordered list — used to group a set of related items in no particular order.

ordered list — used to group a set of related items in a specific order.

description list — used to display name/value pairs such as terms and definitions.

Similar questions