Computer Science, asked by rahul236, 1 year ago

explain me about tag<html>

Answers

Answered by jks2
1
hypertext mark up language
Answered by vivekknows
1
Hi,

<html> is a container tag.It contains all your html structure.
Syntax-
<HTML><HEAD></HEAD>
<BODY></BODY>
</HTML>

Similar questions