Advertisements
Advertisements
प्रश्न
Write HTML code to design the content of the web page in the form of lists as shown below:
|
STREAM WISE CAREER OPTIONS
|
टिप्पणी लिखिए
Advertisements
उत्तर
<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>.
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
