Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

HTML Documents For Website?

<!DOCTYPE html

PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona...

<html xmlns="http://www.w3.org/1999/xhtml%22 xml:lang="en" lang="en">

<head>

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

<title>Apply Your Knowledge - 3-1</title>

</head>

<body>

<h1>Dorm Room Doctors <body style="color:blue"> </body> </h1>

<div> <img src="garbage.jpg" ALIGN=RIGHT width="600" height="428" alt="Garbage dump" /> </div>

<p> <font size="6"> <font color="#000000">Does your dorm room look like this? Can you never find your chemistry class textbook when you want to study? Do you have one black shoe and one brown shoe and can't find the matching pair? Can you not find the leftovers from last week's pizza? If your answer to any of these questions is <font color="red">

YES </font>, then call Dorm Room Doctors immediately! </font> </p>

<p><font color="#000000"> <font size="4"> Dorm Room Doctors is owned and operated by fellow university students. We know all too well how messy a dorm room can be. Let us help you restore <font color="blue">sanity </font> to your dorm room by finding those missing shoes and taking out the trash.</font> </p>

<p>Call us at <font color="red">(999)-555-DORM </font> or e-mail us at <font color="red"> dormdocs@isp.com.</font> </p>

</body>

</html>

Update:

this was for school purposes only. sorry

2 Answers

Relevance
  • ?
    Lv 6
    7 years ago
    Favorite Answer

    Hello

    I am not sure what's your question.

    Maybe you want help with your html.

    According to your DTD, you are using XHTML, so you should learn, and use XHTML.

    In my opinion, I think you should also learn, and use css. You should learn how to work with div's.

    I know my example is not complete.

    I made my changes based on what you are showing.

    Look at my example.

    <?xml version='1.0'?>

    <html xmlns='http://www.w3.org/1999/xhtml'%3E

    <head>

    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

    <title>Apply Your Knowledge - 3-1</title>

    </head>

    <body>

    <h1>Dorm Room Doctors</h1>

    <div id="picturea">

    <img src="garbage.jpg" width="600" height="428" alt="Garbage dump" />

    </div>

    <p>

    <font color="#000000">Does your dorm room look like this? Can you never find your chemistry class textbook when you want to study? Do you have one black shoe and one brown shoe and can't find the matching pair? Can you not find the leftovers from last week's pizza? If your answer to any of these questions is

    </font>

    </p>

    <p><font color="red">YES</font>, then call Dorm Room Doctors immediately!</p>

    <p><font color="#000000">Dorm Room Doctors is owned and operated by fellow university students. We know all too well how messy a dorm room can be. Let us help you restore</font></p>

    <p><font color="blue">sanity</font> to your dorm room by finding those missing shoes and taking out the trash.</p>

    <p>Call us at <font color="red">(999)-555-DORM </font> or e-mail us at <font color="red"> dormdocs@isp.com.</font></p>

    </body>

    </html>

  • Anonymous
    7 years ago

    This is not the best way to code a website, as it is outdated. Don't use FONT TAG again when applying fonts for your HTML elements. Use style sheet (CSS) instead.

    Source(s): Follow me on facebook.com/tswebschoolpage
Still have questions? Get your answers by asking now.