मराठी

Write the HTML code to design the content of the 'web page in the form of lists as shown below. Here is a shopping list with categories and items Vegetables Carrots Broccoli Spinach Fruit

Advertisements
Advertisements

प्रश्न

Write the HTML code to design the content of the 'web page in the form of lists as shown below.

Here is a shopping list with categories and items

  1. Vegetables
    • Carrots
    • Broccoli
    • Spinach
  2. Fruits
    • Apples
    • Oranges
    • Bananas
कोड लेखन
Advertisements

उत्तर

<!DOCTYPE html>
<html lang="en">
<head> 
<title>Shopping List</title>
</head>
<body> Here is a shopping list with categories and items
<ol>
<li>
<strong>Vegetables</strong>
<ul>
<li>Carrots</li>
<li>Broccoli</li>
<li>Spinach</li>
</ul>
</li>
<li>
<strong>Fruits</strong>
<ul> 
<li>Apples</li>
<li>Oranges</li>
<li>Bananas</li>
</ul>
</li>
</ol>
</body> 
</html> 
shaalaa.com
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
2023-2024 (March) Set 4
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×