Computer Science, asked by NiluKujur, 1 month ago

Write down the standard of an HTML program.10​

Answers

Answered by tvhorror940
0

Answer:

<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 vanshika13592
0

HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.

mark on brain-list

Similar questions