Computer Science, asked by howladermira618, 4 months ago

Write HTML code for the following output.

pls give correct answer I will make her Brainlist.

pls answer fast .

Attachments:

Answers

Answered by MYHEROtimes
0

Answer:

Following code is in HTML 4

<html>

<head>

<title> document </title>

</head>

<body bgcolor="pink" >

<h2> Activity Studio </h2>

<hr / >

<ol>

<li> Art and Craft <br />

<ul>

<li> Drawing </li>

<li>Painting </li>

<li>Calligraphy </li>

<li>Clay Art</li>

<li> Flower making </li>

<li> Candle making</li>

</li>

<li>Cooking <br />

<li>Chocolate making </li>

<li>Starters</li>

<li>Soup and Salads</li>

<li>Baking</li>

<li>Desserts</li>

<li>Snacks</li>

</li>

</body>

</html>

Explanation:

Hope it helps

Mark as brainliest

Similar questions