Lists of html programs to write in a project
Answers
Answered by
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
Computer Science,
5 months ago
Computer Science,
5 months ago
Math,
5 months ago
English,
10 months ago
Geography,
10 months ago
English,
1 year ago
History,
1 year ago