Write HTML code for the following list

HTML 5 / HTML Lists

742

Program:

<ul>

<li> Computer Science </li>
<ol type="A">
	<li> BSCS </li>
	<li> BSSE </li>
	<li> BSTN </li>	
</ol>  
<li> Mathematics </li>
<ol type="A">
	<li> Msc Math </li>
	<li> M.Phil Math </li> 
</ol>

 </ul> 

Output:

Live Preview

Explanation:

Nope

This Particular section is dedicated to Programs only. If you want learn more about HTML 5. Then you can visit below links to get more depth on this subject.