URGENT PLEASE ANSWER FAST
Attachments:

Answers
Answered by
1
Explanation:
<html>
<head>
<title>ul and ol list
</title>
</head>
<body>
<ul type=disc>
<li>Medical
<ol type=a>
<li>Medicine
<li>Research
</ol>
<li>Engineering
</ul>
</body>
</html>
Similar questions