Computer Science, asked by abhinav1953642, 11 months ago

make html code of this
career options
. Medical
1. medicine
2. Research
. Engineering
. marketing

Answers

Answered by Manisha0709
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