Question

Hi, I am taking a class on HTML and need help with fixing the HTML code...

Hi, I am taking a class on HTML and need help with fixing the HTML code below and adding the below features. Thank you for your help.

Please do the following:

  1. Correct the errors in the HTML.
  2. Make the list numbered rather than bulleted.
  3. Add a bulleted list under the “Dog” list item with your two favorite dog breeds.
  4. Put both dog breeds in italics.
  5. Make the crocodile list item clickable, containing a link to the Wikipedia entry on crocodiles.
  6. Insert the “Saltwater crocodile” image from the Wikipedia page at the end of the list.

-------------------------------------------------------------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equip="Content-Type" content="text/html; charset=uff-8">
<meta http-equip="Content-Style-Type" content="text/css">
<title>Animal Site</title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1671.5">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 12.0px Helvetica; color: #000000; -webkit-text-stroke: #000000; min-height: 12.0px}
span.s1 {font-kerning: none}
</style>
</head>
<body>
<p class="p1"><span class="s1"></span><br></p>
</body>
</html>

0 0
Add a comment Improve this question Transcribed image text
Answer #1

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equip="Content-Type" content="text/html; charset=uff-8">
<meta http-equip="Content-Style-Type" content="text/css">
<title>Animal Site</title>
<meta name="Generator" content="Cocoa HTML Writer">
<meta name="CocoaVersion" content="1671.5">
<style type="text/css">
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; line-height: 14.0px; font: 12.0px Helvetica; color: #000000; -webkit-text-stroke: #000000; min-height: 12.0px}
span.s1 {font-kerning: none}
ul.dog{
font-style: italic;
}
</style>
</head>
<body>
<p class="p1"><span class="s1"> </span><br></p>
<h3>Dog</h3>
<ul class="dog">
<li>Poodle</li>
<li>Bulldog</li>
</ul>
<h3>Crocodile</h3>
<ol type="1" class="crocodile">
<a href = "https://en.wikipedia.org/wiki/Crocodile"><li>Gharial</li></a>
<a href = "https://en.wikipedia.org/wiki/Crocodile"><li>American Aviator</li></a>
</ol>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Large_crocodile_in_park.jpg/220px-Large_crocodile_in_park.jpg" >
</body>
</html>

Output:

Add a comment
Know the answer?
Add Answer to:
Hi, I am taking a class on HTML and need help with fixing the HTML code...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT