previous page

Overview | Create HTML | Create CSSl | New HTML | Create Popup | Create Function | User input | Variables | Update Page |Backup | Add Dropdown | Add Loop

next page

Lab 6/7: Introduction to JavaScript

Create an HTML page


  1. Create a new page one of these two ways:

a. Open a text editor (Notepad++) and paste in this code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>

2. Give your page the title "Concert Tickets"title

3. Give your page a heading "Online Ticket Ordering" (using the heading tag: <h1>)

4. Save this file as "Lab06&7.html"

save

5. Open your SFTP software, double click on your fit100 folder to open it, and create a new folder called Lab06&7

SFTP

6. Drag Lab06&7.html into the Lab06&7 folder

 

For this lab, you will answer questions in a Catalyst "quiz"—like you did for HW1—to show that you understand the material. The questions should be quite straightforward and the answers can be found in the lab instructions. So if you're careful, you should be able to get 100%. This quiz will count for 90% of your grade for the lab. The final 10% will be based upon your completed web page.

7. Go to this Catalyst quiz and answer the first question, then return to these directions to continue the lab. (Hint: Keep both the quiz and the lab open and use Alt-Tab to toggle between them.)

Next, you'll create a CSS file for this page