Can someone be a legend and help me with this HTML code

Welsh Ash

Honorable
Dec 25, 2012
1
0
10,510
It is for college, and this is just a crappy basic layout, i was wondering if someone could make it look amazing on a random subject (preferably computing). You would be amazing if you did thanks

<!DOCTYPE html>

<html>

<body>



<h1>First heading</h1>


<p>My first paragraph.</p>

<p> This is a another paragraph.</p>


<img src="http://csglobaloffensive.org/wp-content/uploads/2012/09/CSGO-Ppdate.jpg"width="500" height="230"



<p></p>



<a href="http://www.google.com">This is a link</a>

<p>This is <br>a para<br>graph with line break</p>

<p><b>This is bold</b></p>

<p><strong>This text is strong</strong></p>

<p><em>This text is emphasized</em></p>

<p><i>this is italic</i></p>

<p><small>This text is small</small></p>

<p>This is<sub>subscript</sub> and <sup>superscript</sup></p>

<table border="1">

<tr>

<td>

<p>This is a paragraph</p>

<p>This is another paragraph</p>

</td>

<td>This cell contains a table:

<tableborder="1">

<tr>

<td>A</td>

<td>B</td>

</tr>

<tr>

<td>C</td>

<td>D</td>

</tr>

</table>

</td>

<tr>

<td>This cell contains a list

<ul>

<li>apples</li>

<li>bananas</li>

<li>pineapples</li>

</ul>

</td>

</td>HELLO</td>

</tr>

</table>

</body>

</html>
 

The Stealthinator

Honorable
Aug 22, 2012
359
0
10,960
You will receive help on these forums, but it's up to you to carry out the solutions that are suggested.

That being said, people aren't going to do your work for you. We're voluntary helpers. Have a good day! :D