write the syntax which explains the general structure of an HTML document
Answers
Answered by
30
The head element is used to mark the position of the head section. The head section contains element that define certain information about an HTML document, such as what its is, who the author is, and reference information about the document.To create a head element , start with<HEAD>tag , then include all of the element you want in your head section, then end the head element with element with a <HEAD> tag.
Answered by
8
Answer:
Syntax used to explain the general structure of html document:
<!DOCTYPE html>
<html>
</html>
Similar questions