Thursday, April 18, 2013

Webcraft Challenges-#2 Writing HTML by hand

<!DOCTYPE html>
<head>
<meta charset="utf=8">
<title>Blah blah blah title or whatever</title>
</head>
<body>
<h1>Heading</h1>
<p>Writin' some code, not that this is the first time I've written HTML, but whatever</p>
</body>
</html>

1 comment: