Advertisements
Advertisements
प्रश्न
Write the basic structure of HTML program.
टीपा लिहा
उत्तर
<html>
<head>
<title> My First Web Page </title>
</head>
<body>
This is my First Web Page
</body>
</html>
shaalaa.com
Headings
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
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.