Computer Science, asked by suinisha, 8 months ago

in
What should be the first tag
html document
any
<HEAD>
<HTML>
NONE OF THESE​

Answers

Answered by badgirl3698
2

The first tag in any HTML file is the <HTML> tag. This tells web browsers that the document is an HTML file. The second tag is a <HEAD> tag. Information between the HEAD tags doesn't appear in the browser window, but is still important.

Twinkle❤️。◕‿◕。

Similar questions