Computer Science, asked by chinmaymk2008, 1 month ago

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 piyushsgh2512
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