What is the basic minimal structure of HTML document?
Answers
Answered by
6
HTML is a Hypertext Markup Language... It's basic structure is...
<html>
<head>
<title>It's a title... wave!</title>
</head>
<body> Hey...Your new page created successfully.
</body>
</html>
HOPE IT WILL HELP YOU. . . .
MARK AS BRAINLIEST ANSWER. . . .
Answered by
1
Head Section provides general information about the document.
For Example: <TITLE> defines title of the webpage.
Body Section contains the text which gets displayed on the webpage. It includes text , graphics and other HTML elements. For example: <FONT> tag defines font of the text .
Attachments:
Similar questions