Computer Science, asked by Ajaybirwal, 11 months ago

describe basic structure of HTML​

Answers

Answered by akshay200123
0

Answer:

hyper trans manufacturer limited


akshay200123: sorry for wrong answer
Answered by mehvish61
4

HTML document has two* main parts:

1 head. The head element contains title and meta data of a web document.

2 body. The body element contains the information that you want to display on a web page.

<html>

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

<body>

Content of the page

<\body>

</html>


mehvish61: Sorry forward slash for body tag /
akshay200123: thanks
Similar questions