Saturday, June 11, 2016

HTML Firsts

Every HTML5 site has the following basic template


<!doctype html>

<html>

<head>
<title> Surf Site </title>
</head>
<body style="margin:0;background-color:gray;color:white">
<div>


<h1 style="margin:0;background-color:#53324d; padding: 10px"> SURFSTUFF </h1>


<p style="margin:0; background-color: #000000; padding: 10px"">
Just some rad stuff!

</p>
<img src=""

</div>
</body>

</html>

No comments:

Post a Comment