English

Write HTML code to design the content of the web page in the form of lists as shown below: STREAM WISE CAREER OPTIONS Sciencea. Engineeringb. Medicalc. Research Commerce Humanities

Advertisements
Advertisements

Question

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

STREAM WISE CAREER OPTIONS

  • Science
    a. Engineering
    b. Medical
    c. Research
  • Commerce
  • Humanities
Short/Brief Note
Advertisements

Solution

<html>
<body>
STREAM WISE CAREER OPTIONS
<ul type="square">
<li>Science</li>
<ol type="a">
<li>Engineering</li>
<li>Medical</li>
<li>Research</li>
</ol>
</li>
<li>Commerce</li>
<li>Humanities</li>
</ul>
</body></html>
shaalaa.com

Notes

1.5 Marks for correct usage of <ul> tag along with <li>.

1.5 Marks for correct usage of <ol> tag along with <li>.

  Is there an error in this question or solution?
2023-2024 (March) Board Sample Paper by shaalaa.com
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×