explain structure of HTML document by giving a simple example of an HTML document.
Answers
Answered by
15
<html> (This tag indicates that this web page is written in html)
<head> (This tag contains information about the web page)
<title> Title of web page </title> (This tag contains the title of your web page)
</head>
<body> (This tag marks the beginning of your content of web page)
Content of the web page
</body> (This tag marks the ending of your content of web page)
</html> (This tag marks the end of the web page)
Similar questions
Social Sciences,
4 months ago
English,
4 months ago
Business Studies,
4 months ago
Biology,
10 months ago
English,
10 months ago
Math,
1 year ago