Jump to content

Recommended Posts

Posted (edited)

My Practice HTML Page<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- ( not suppose to be here

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<title>First CSS Tutorial</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="myCSS.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="navigation">
     <h2>The Main navigation</h2>
</div>

<div id="centerDoc">
     <h1>The Main Heading</h1>
     <p>Go to the Web Designer's Killer Handbook home page and grab the practice 
          HTML page that we will used as the starting template for this tutorial. 
          You can find it under the heading: 'To create the practice HTML page do the 
          following:'. Follow the instructions there and create your basic HTML page - 
          and do it now!</p>
</div>

 

<div id="navigation">
     <h2>The Main navigation</h2>
</div>

</body>
</html>

 

I basically copied and pasted per instructions. And I got nothing but a title. It was supposed to return this:

The Main Heading

Go to the Web Designers Killer Handbook home page and grab the practice HTML page that we will used as the starting template for this tutorial. You can find it under the heading: 'To create the practice HTML page do the following:'. Follow the instructions there and create your basic HTML page. And do it now!

The Main navigation

Edited by Andie
CORRECTION to where tags were suppose to be and corrected the incorrect issues
Posted

Now I went through the example and found that of course I had entered the wrong stuff...boy! I have corrected it.  That is what I was showing. But now I got more questions. Will post another thread.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...