Hackbook

Here's a hack to get you started

The code

You can copy and paste this, or click "hack this" to edit it straight away

<!DOCTYPE html> <html> <head> <meta charset=utf-8> <!-- change this to describe what's on your web page --> <meta name="description" content="All about my web page" /> <!-- change this to the name of your web page --> <title>My Web Page</title>
<!-- The Styles --> <style> /* Add your styles here */ </style>
</head>
<!-- The Content --> <body> <!-- You can add your content between the <body> tags --> <h1>Hello, this is my webpage</h1> <p>Here is some information</p> <img src="../asset/dinosaur.jpg" alt="A picture of a dinosaur" /> </body> </html>

How it looks

A preview of what the code looks like

Screenshot of template 1 Hack this

Click "Hack This" to play with the code