Jump to content

Andie

New Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Andie's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Reacting Well Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. When I leave the script and write the window.alert("This is an alert box!"); after the above script I get the same in a browser window. Issue is what does the <script type="text/javascript" language="javaScript">// <![CDATA[ function callAlert() { window.alert("This is an alert box!"); } // ]]></script> even mean?
  2. Please see attached screenshots. Following the instructions I had to delete the below script and just write in the windows.alert("This is an alert box!"); on the blank page to get that to show up in the opened html page. But is that what I am looking for? Doesn't make sense to me of why insert the below script then delete it. So, of course I am lost on the purpose of this exercise. Was something else supposed to happen? I don't understand the lesson.
  3. 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.
  4. 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
×
×
  • Create New...