2011
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
– 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 permit a web page designer to _______________________________ _______________________________
<!-- index.html for Lab 3 --> <html> <head></head> <FRAME name=“menu" src="menu.html" > <FRAME name=“content" src=“entries.html" > </FRAMESET> </html>
• 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
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