2. Create a web page in HTML with the following features: • Give a heading level 1 to your school name. • Give a heading level 3 to 'My Teacher'. • Use an ordered list to name the teachers who teach you.
Answers
Answered by
0
Answer:
<html>
<head>
<title>
TITLE
</title>
</head>
<body>
<h1> SCHOOL NAME </h1>
<h3> MY TEACHER </h3>
<ol> Teachers name1 </ol>
<ol> Teachers name2 </ol>
<ol> Teachers name3 </ol>
<ol> Teachers name4 </ol>
<ol> Teachers name5 </ol>
<ol> Teachers name6 </ol>
</body>
</html>
Explanation:
You have to fill those BOLD words as per your choice
PLEASE MARK ME AS A BRAINLIEST
Similar questions
Hindi,
15 days ago
Chemistry,
15 days ago
Accountancy,
1 month ago
Hindi,
1 month ago
Science,
9 months ago
Social Sciences,
9 months ago
Math,
9 months ago