make html code of this
career options
. Medical
1. medicine
2. Research
. Engineering
. marketing
Answers
Answered by
0
Answer:
<html>
<head>
<title>career options</title>
</head>
<body>
<ul type = square>
<li>Medical</li>
</ul>
<ol type =1 start =1>
<li>medicine</li>
<li>Research</li>
</ol>
<ul type = square>
<li>marketing</li>
</ul>
</body>
</html>
Similar questions