Explain structure of HTML document by giving a simple example of an HTML document.
Answers
Answered by
13
here's a basic structure
hope it helps
hope it helps
Attachments:
Answered by
13
Answer:
Here is the basic structure of HTML document with a simple example
<!DOCTYPE html>
<html>
<head>
<title>My Webpage Title</title>
</head>
<body>
<h1>My first heading</h1>
<body>
</html>
Explanation:
You can find good explanation on this blog page.
https://codewithrasbin.com/html-for-beginners-course-lesson-3-html-introduction-and-tools-to-write-html-code/
Similar questions
Social Sciences,
7 months ago
Math,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago
Hindi,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago