Your Ad Here

Website with Basic Content

Now let’s add some content to your website! We will start off by giving it a title. Put a <div> then <h1>Cool Website</h1> then <p> This is my first website </p> and finally, </div>. Your code should look like this:

<html>
<head>
<title> title of your website </title>
<style type=”text/css”>
Your css style code goes here
</style>
</head>
<body>
<div>
<h1>Cool Website</h1>
<p> This is my first website </p>
</div>
</body>
</html>

Be sure to save this as an .htm or .html document and then open it in your web browser. Click here to see an example of what your page should look like (The back button will not be in your webpage, it is to make it easier for you to navigate back to the tutorial page).

VN:F [1.6.4_902]
Rating: 0.0/5 (0 votes cast)
VN:F [1.6.4_902]
Rating: 0 (from 0 votes)




Leave a Reply