हिंदी

Write HTML code to display following output: - Computer Science 1

Advertisements
Advertisements

प्रश्न

Write HTML code to display following output:

LIST tag in HTML

o Arts:

1. Hindi

2. Marathi

o Commerce:

  • Tally
  • Tally

o Science:

A. Physics

B. Chemistry
कोड लेखन

उत्तर

<HTML> 
<BODY> 
<ul type="circle"> 
       <li> Arts </li> 
       <ol type="1"> 
              <li> Hindi </li> 
              <li> Marathi </li> 
       </ol> 
       <li> Commerce </li> 
       <ul type="square"> 
             <li> Tally </li> 
             <li> Accounts </li> 
       </ul>
       <li> Science </li> 
       <ol type="A"> 
             <li> Physics </li> 
             <li> Chemistry </li>
       </ol>
</ul>
</BODY>
</HTML>
shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2023-2024 (March) Official
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×