Advertisements
Advertisements
Question
Give the structure of an HTML WebPage.
Code Writing
Advertisements
Solution
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Main Heading</h1>
<p>This is where the page content goes.</p>
</body>
</html>shaalaa.com
Is there an error in this question or solution?
2023-2024 (July) Official Board Paper
