Computer Science, asked by RAGHUL3438, 1 year ago

What is the structer of html and which part loaded first?

Answers

Answered by syedyunus
0
structure of the html is

<html>
<head>
<title>
your wish
</title>
</head>
<body>
your wish
</body>
</html>
This is a basic structure and html is loaded first
Similar questions