Welcome!
By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Resource icon
Basic boil template for HTML
Every HTML file needs a boiler template:
[CODE lang="html" title="Boiler template"]<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>[/CODE]