write HTML code to generate the webpage as shown below having lists in the given
style :
Career Options
• Medical
1. Medicine
2. Research
• Engineering
• Marketing
Answers
Answered by
6
<html>
<head>
<title></title>
</head>
<body>
<p>Career Option</p>
<ul type="disc">
<li>Medical</li>
</ul>
<ol type="1">
<li>Medicine</li>
<li>Research</li>
<ul type="disc">
<li>Engineering</li>
<li>Marketing</li>
</ul>
</body>
</html>
sagarmankoti:
R.
Answered by
2
<HTML>
<HEAD> CARRIER OPTIONS
</HEAD>
<TITLE> MEDICAL </TITLE>
<BODY>
<FONT > BULLETED LIST </FONT>
<!-- ____________________ -->
<H1> MEDICINE </H1>
<H2>RESEARCH </H2>
<FONT> NUMBERS </FONT>
<H2> ENGINEERING <H2>
<H3> MARKETING </H3>
</BODY>
</HTML>
Similar questions
Social Sciences,
7 months ago
Physics,
7 months ago
English,
1 year ago
Physics,
1 year ago
English,
1 year ago