Advertisements
Advertisements
Question
Write the basic structure of HTML program.
Short Note
Solution
<html>
<head>
<title> My First Web Page </title>
</head>
<body>
This is my First Web Page
</body>
</html>
shaalaa.com
Headings
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which of the following attribute is used to change text colour within body tag?
Within body section, which of the following attribute is used to set top margin?
How many levels of heading tags available in HTML?
Write a HTML program to display your school name and address using various heading level tags.