Powered By Blogger

Thursday, February 12, 2015

Create a Website 0.5 - HTML Example


<!DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>

</html>               

No comments:

Post a Comment

Contributors