CSC 101 -- Lab 3 Present … S 2011

advertisement

CSC 101 -- Lab 3

2011

Present …

Completed Pre-Lab activities … – Copied and renamed files as directed – Created a new index.html file as instructed. This file defines a frameset – Looked over web tutorial pages on frames – Printed lab instructions/report for today

… Future

– Listen to the pre-lab information about frames – Set up a site in Dreamweaver – Edit your HTML files in Dreamweaver so they can be used as elements in a frameset d fil t th b 1

Frames

Frames permit a web page designer to _______________________________ _______________________________

Made possible by

<!-- index.html for Lab 3 --> <html> <head></head> <FRAME name=“menu" src="menu.html" > <FRAME name=“content" src=“entries.html" > </FRAMESET> </html>

Dreamweaver

• One of the best and most popular editing environments for web designers. Others include Microsoft FrontPage and Adobe • It not only does WYSIWYG HTML editing, also makes it easier to synchronize web content between the developer’s computer (your laptop) and the web server. 2

Preliminaries

Before you can effectively use Dreamweaver you must establish a “site” for csc101. This tells Dreamweaver where your files should be stored on the web server and how they should be uploaded.

Follow the instructions. 3

Download