+ 1
what is the use of <html>....<html> tags
3 Answers
+ 6
The <html> tag tells the browser that this is an HTML document.
It represents the root of an HTML document.
The <html> tag is the container for all other HTML elementsÂ
https://www.w3schools.com/tags/tag_html.asp
+ 4
//<html> tag defines roots of html documents
https://www.sololearn.com/learn/HTML/1022/