What are the elements used in a HTML document? Define them.
Answers
Answered by
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