Computer Science, asked by nidhi411, 1 year ago

what is the basic structure of HTML file

Answers

Answered by siddhartharao77
8
<html>

<head>
<title></title>
</head>

<body>
</body>
</html>

Hope this helps!
Answered by sudhakiransingh84
3

<html>

<head>

<title> ,</title>

</head>

<body>

</body>

</html>

hope you will like my answer.

Similar questions