Labels

Thursday, 17 December 2015

Basic web page format

This is basic web page format for a web page

<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>

No comments:

Post a Comment