j4ke
Member
- Nov 4, 2012
- 364
- 97
This is really ugly, I was just touching up on HTML, making sure I knew the tags and etc.
Code:
<!DOCTYPE HTML>
<html>
<title> dope Test </title>
<header> <b> dope Test </b> </header> <br>
<a href="http://facebook.com"> <font size= "6" </a> face <br>
<body> test123 <br>
<font size="7" color="red">test</font> <br>
<font size="7" color="blue">123</font> <br>
<font face="verdana" color="green">yolo</font> <br>
<h2>Lace Up #MGK</h2>
<img border="0" src="http://www.hitpmusic.com/wp-content/uploads/2012/08/MGK_lace_up_v1.jpg " alt="Lace-Up" width="304" height="228">
</body>
</html>