PDA

View Full Version : Write the basic structure of the HTML template?



pihu147741
10-07-2019, 10:32 PM
Hello friends,

Write the basic structure of the HTML template?

gunjanjain
10-07-2019, 10:52 PM
The basic structure of the HTML template is:

<html>
<head>
<title></title>
</head>
<body>
</body></html>

WoodsPainting
10-08-2019, 11:15 PM
Basic structure of an HTML document. An HTML document has two* main parts: head. The head element contains title and meta data of a web document.