RE: The Checker is cutting off half of my code

Yes, because you have ENDED the body tag at the same line as you started it, so none of your code is in the webpage body. The last two things in any code should always be </body</html>. If these occur higher up in the code, remove them. Add them to the bottom of the code.


Regards,

Phaewryn J.D. O’Guin

[Phaewryn J_D_ O'Guin]



From: Ethan Peacock <epeacock1@pvlearners.net>
Sent: Thursday, March 7, 2019 3:29 PM - 15:29 PM
To: www-validator@w3.org
Subject: The Checker is cutting off half of my code

This message is from an external sender. Please be careful when clicking on links and attachments.

When i paste my code into the checker, it cuts off half of the code and only checks the top half. Here is my code.




<DOCTYPE html>
<body style="background-color:powderblue;"> </body>
<h1 style="color:red;" <h1>About Me</h1>
<h2><u>What I Like To Do</u></h2>
<bd>My hobbies is playing Magic: The Gathering. It is a card game and I usually play it with my friends every week at a game store. The other hobby I have is Dungeons and Dragons, although we only play every 2 or 3 weeks. One of my othe things to do is reading. I really enjoy reading, and latley I have been reading Stephen King, who is a really good author. </bd>
<br>
<img src="https://image.slidesharecdn.com/3-140612155806-phpapp01/95/dd-35-players-handbook-1-638.jpg?cb=1402588903" style="height:300px" alt="D and D Players Handbook">
<br>
<h2 style="color:blue;"<h2>My Future Plans</h2>
<bd>For college, I am planning on either going to NAU or Embry Riddle and studying Astrophysics or Areospace engineering. I hope to get a job at Nasa, as I really enjoy the study of space. If i was not wanting to do this, I would want to open a gamestore. In my future, I also want to travel a lot, as I have been taveing a lot since I was little. </bd>
<br>
<h2><em>My Family</em></h2>
<bd>I live in Arizona with my mom and step dad, because my mom and dad got divorced when I was really little. I visit my dad in california every summer, winter, and spring break. He also comes and visits once or twice a month. I have 4 brothers, one of whom is in college and does not live with us. I have an older brother who is a junior, and one who is in 7th grade. My youngest brother is still in pre school.<able>
<style>
table, th, td {
  border: 1px solid black;
}
</style>
<h2>My Friends</h2>

<table style="width:100%">
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Max</td>
    <td>Lehman</td>
    <td>16</td>
  </tr>
  <tr>
    <td>Niko</td>
    <td>Darcy</td>
    <td>16</td>
  </tr>
  <tr>
    <td>Andrew</td>
    <td>Ray</td>
    <td>15</td>
  </tr>
  <tr>
      <td>Ephrem</td>
      <td>Lewis</td>
      <td>15</td>
  </tr>
</table>
<br>
<ul> <h3>Favorite Songs</h3>
    <li>Mr. Blue Sky (Electric Light Orchestra)</li>
    <li>Vienna (Billy Joel)</li>
    <li>Don't Stop Me Now (Queen)</li>
</ul>

Emails and other correspondence to and from Paradise Valley School District are subject to public disclosure, upon request, according to Arizona Public Records Law (A.R.S. §39-121, et seq.) and corresponding State records retention requirements, unless the content is specifically exempt from disclosure by a state or federal law.

Received on Monday, 11 March 2019 20:17:17 UTC