Frontend Development

VERY basic HTML template

Submitted by NSA, , Thread ID: 10768

Thread Closed
NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
01-10-2015, 08:18 PM
This post was last modified: 02-10-2015, 11:55 PM by NSA
#1
Code:
<!DOCTYPE html>
<html>

<header>

    <title> My first website! </title>

</header>

<body>

    <h1>My First Heading</h1>

    <p>My first paragraph.</p>

</body>
</html>
xxx

Users browsing this thread: 1 Guest(s)