Computer Science, asked by kristina28, 9 months ago

What are the elements used in a HTML document? Define them.​

Answers

Answered by abhinav2061131
6

Answer:

Html elements consist of a start tag, a close tag, and text in between.

<HTML> everything in the document

<head> this text is shown on the top of address bar

<body> refers to everything displayed on the page

<p> paragraph

<font> used to set size, face, color etc.

Similar questions