How do I solve these two errors in html 1 Error Stray end ta
How do I solve these two errors in html?
1.
Error: Stray end tag head.
From line 12, column 1; to line 12, column 7
\" /> --></head><bod
2.
Error: Start tag body seen but an element of the same type was already open.
From line 14, column 1; to line 14, column 6
</head><body><h1
the html code:
<!DOCTYPE html>
<html>
<!--submission-->
<head>
<meta charset=\"UTF-8\" >
<title>Homework 1-Jerry Lin</title>
<link href=\"localstyle.css\" type=\"text/css\" rel=\"stylesheet\" />
<a href=\"https://sand.truman.edu/~jyl6557/assignment1-JerryLin.html\"></a>
</head>
<body>
<h1 class=\"big\">Combat PG3SP5</h1>
<p> Combat PG3SP5 slow pitch softball bat: This is a adult slow pitch softball bat that is highly recommended to every adult for playing slow pitch softball.This bat is made by the company, Combat, a sports company.</p>
<ul>
<li> 34 inches </li>
<li> 26-28 ounces </li>
<li> made by performance enhancing disc technology </li>
<li> maximum barrel compression </li>
</ul>
<img src=\"https://images-na.ssl-images-amazon.com/images/I?41Cz9EErHAL._SY300_.jpg\"
alt= \"Combat PG3SP5\" />
<a href=\"https://www.amazon.com/PortentG3-Slowpitch-ASA-Bat-oz/dp/B00OIAPC4C/ref=sr_1_3?ie=UTF8&qid=1473276703&sr=8-3&keywords=combat+softball+bat\"><img src=\"images/bat.jpg\" alt=\"Combat PG3SP5\"/></a>
<table border=\"1\">
<caption>Bat Information</caption>
<tr>
<th></th>
<th> Bat length</th>
<th> Prices</th>
</tr>
<tr>
<th rowspan=\"1\"> Bat weight </th>
</tr>
<tr>
<td> 26 </td><td> 33 </td> <td>$85.00</td>
</tr>
<tr>
<td> 26 </td><td> 34 </td> <td>$80.00</td>
</tr>
<tr>
<td> 27 </td><td> 33</td> <td>$75.00</td>
</tr>
<tr>
<td> 27 </td><td> 34</td> <td>$70.00</td>
</tr>
<tr>
<td>28</td><td> 33</td> <td>$65.00</td>
</tr>
<tr>
<td>28</td><td> 34</td> <td>$60.00</td>
</tr>
</table>
<h1 class=\"big\">Rawlings Premium Pro series glove</h1>
<p> Rawlings Premium Pro series glove: This glove fits in youth and adult model. It is a infielder\'s glove. This glove can be chosen in right hand throw or left hand throw. <p>
<a href=\"https://www.amazon.com/Rawlings-Premium-Glove-Right-12-5-Inch/dp/B00KTJVDN0/ref=sr_1_1?ie=UTF8&qid=1473278821&sr=8-1&keywords=rawlings+pro+glove\"><img src=\"ballglove.jpg\" alt= \"Rawlings baseball glove\"/></a>
<ol>
<li> hand sizes 11.25, 11.5, 12, 12.25, 12.5, 12.75. </li>
<li> color: black with orange laces.</li>
<li> made with Opti-Core technology- with layers of pre-curved padding</li>
<li> basket web style </li>
</ol>
<table border =\"1\">
<caption> Price Information </caption>
<tr>
<th></th>
<th>outfield</th>
<th>infield</th>
<th>righthand available</th>
<th>lefthand-available</th>
<th>open/close/both end available</th>
<th>adult/youth/both</th>
</tr>
<tr>
<th rowspan=\"1\">size</th>
<tr>
<td>11.5</td><td>$38.00</td><td>$37.00</td><td>yes</td><td>yes</td><td>open</td><td>youth</td>
</tr>
<tr>
<td>11.75</td><td>$40.00</td><td>$40.00</td><td>yes</td><td>yes</td><td>both</td><td>adult</td>
</tr>
<tr>
<td>12</td><td>$42.00</td><td>$43.00</td><td>yes</td><td>no</td><td>open</td><td>both</td>
</tr>
<tr>
<td>12.5</td><td>$45.00</td><td>$46.00</td><td>yes</td><td>no</td><td>close</td><td>adult</td>
</tr>
</table>
<h1 class=\"big\">Easton HS3 Batting gloves</h1>
<p> Easton HS3 Batting gloves: This batting glove fits in youth and adults. It is useable for baseball and softball. </p>
<ol>
<li> Materials made of in the batting gloves </li>
<li> goatskin for excellent durability</li>
<li>zonal flex for knuckle and joint</li>
<li> neoprene wrist for durable and comfortable support</li>
<li> Inside soft palm.
<li> colors are white, black, red, and blue.</li>
</ol>
<a href=\"https://www.amazon.com/Easton-Batting-Gloves-White-Medium/dp/B00LCXJQT0/ref=sr_1_3?ie=UTF8&qid=1473275914&sr=8-3&keywords=baseball+batting+gloves\"><img src=\"easton.jpg\" alt= \"Easton batting gloves\"/></a>
</body>
</html>
Solution
<!DOCTYPE html>
<html>
<!--submission-->
<head>
<meta charset=\"UTF-8\" >
<title>Homework 1-Jerry Lin</title>
<link rel=\"stylesheet\" type=\"text/css\" href=\"localstyle.css\" >
<a href=\"https://sand.truman.edu/~jyl6557/assignment1-JerryLin.html\"></a>
</head>
<body>
<h1 class=\"big\">Combat PG3SP5</h1>
<p> Combat PG3SP5 slow pitch softball bat: This is a adult slow pitch softball bat that is highly recommended to every adult for playing slow pitch softball.This bat is made by the company, Combat, a sports company.</p>
<ul>
<li> 34 inches </li>
<li> 26-28 ounces </li>
<li> made by performance enhancing disc technology </li>
<li> maximum barrel compression </li>
</ul>
<img src=\"https://images-na.ssl-images-amazon.com/images/I?41Cz9EErHAL._SY300_.jpg\" alt= \"Combat PG3SP5\">
<a href=\"https://www.amazon.com/PortentG3-Slowpitch-ASA-Bat-oz/dp/B00OIAPC4C/ref=sr_1_3?ie=UTF8&qid=1473276703&sr=8-3&keywords=combat+softball+bat\"><img src=\"images/bat.jpg\" alt=\"Combat PG3SP5\"></a>
<table border=\"1\">
<caption>Bat Information</caption>
<tr>
<th></th>
<th> Bat length</th>
<th> Prices</th>
</tr>
<tr>
<th rowspan=\"1\"> Bat weight </th>
</tr>
<tr>
<td> 26 </td><td> 33 </td> <td>$85.00</td>
</tr>
<tr>
<td> 26 </td><td> 34 </td> <td>$80.00</td>
</tr>
<tr>
<td> 27 </td><td> 33</td> <td>$75.00</td>
</tr>
<tr>
<td> 27 </td><td> 34</td> <td>$70.00</td>
</tr>
<tr>
<td>28</td><td> 33</td> <td>$65.00</td>
</tr>
<tr>
<td>28</td><td> 34</td> <td>$60.00</td>
</tr>
</table>
<h1 class=\"big\">Rawlings Premium Pro series glove</h1>
<p> Rawlings Premium Pro series glove: This glove fits in youth and adult model. It is a infielder\'s glove. This glove can be chosen in right hand throw or left hand throw. <p>
<a href=\"https://www.amazon.com/Rawlings-Premium-Glove-Right-12-5-Inch/dp/B00KTJVDN0/ref=sr_1_1?ie=UTF8&qid=1473278821&sr=8-1&keywords=rawlings+pro+glove\"><img src=\"ballglove.jpg\" alt= \"Rawlings baseball glove\"></a>
<ol>
<li> hand sizes 11.25, 11.5, 12, 12.25, 12.5, 12.75. </li>
<li> color: black with orange laces.</li>
<li> made with Opti-Core technology- with layers of pre-curved padding</li>
<li> basket web style </li>
</ol>
<table border =\"1\">
<caption> Price Information </caption>
<tr>
<th></th>
<th>outfield</th>
<th>infield</th>
<th>righthand available</th>
<th>lefthand-available</th>
<th>open/close/both end available</th>
<th>adult/youth/both</th>
</tr>
<tr>
<th rowspan=\"1\">size</th>
<tr>
<td>11.5</td><td>$38.00</td><td>$37.00</td><td>yes</td><td>yes</td><td>open</td><td>youth</td>
</tr>
<tr>
<td>11.75</td><td>$40.00</td><td>$40.00</td><td>yes</td><td>yes</td><td>both</td><td>adult</td>
</tr>
<tr>
<td>12</td><td>$42.00</td><td>$43.00</td><td>yes</td><td>no</td><td>open</td><td>both</td>
</tr>
<tr>
<td>12.5</td><td>$45.00</td><td>$46.00</td><td>yes</td><td>no</td><td>close</td><td>adult</td>
</tr>
</table>
<h1 class=\"big\">Easton HS3 Batting gloves</h1>
<p> Easton HS3 Batting gloves: This batting glove fits in youth and adults. It is useable for baseball and softball. </p>
<ol>
<li> Materials made of in the batting gloves </li>
<li> goatskin for excellent durability</li>
<li>zonal flex for knuckle and joint</li>
<li> neoprene wrist for durable and comfortable support</li>
<li> Inside soft palm.
<li> colors are white, black, red, and blue.</li>
</ol>
<a href=\"https://www.amazon.com/Easton-Batting-Gloves-White-Medium/dp/B00LCXJQT0/ref=sr_1_3?ie=UTF8&qid=1473275914&sr=8-3&keywords=baseball+batting+gloves\"><img src=\"easton.jpg\" alt= \"Easton batting gloves\"></a>
</body>
</html>




