Write HTML code to generate the webpage as shown below having lists in the given
style : (2)
Career Options
• Medical
1. Medicine
2. Research
• Engineering
• Marketing
Answers
Answered by
4
<html>
<head>
<title>
career options
</title >
</head>
<body>
medicle
<h1>medicine</h1>
<h2>research</h2>
<h3>engineering</h3>
<h4>marketing</h4>
</body>
</html>
I think that something is wrong in this answer....so sorry for this...
Answered by
0
i hope it is the right answer
Attachments:
Similar questions