Computer Science, asked by nishit1504, 1 year ago

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 mushu1234
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 mohitshaw9151651
0

i hope it is the right answer

Attachments:
Similar questions