R. Craig Collins > Web
Page Design > Overview 10
Overview 10 © R. Craig Collins, 2005/7
Items that should be accomplished before the beginning of the current time frame:Items to accomplish during the current course time frame:
•Read\Review
• A frameset carves a browser window in to spaces, either columns or rows
• A frameset can contain a frame, which holds a web page
or
• another frameset
• The most simple frame <iframe scr=" " width=" " height=" "></iframe>
Sort of like picture in picture in a TV, cuts a whole in the web page, and displays another page there
Example: how the questions in the labs scroll
• Frame doctype
and meta tags
• Frames
• Frame
templates
• Instructors
notes on Tutorial 5
• Sample Frame
Page
Reminder of target= from earlier in semester:
<a href="URL" target="_top"> breaks the frame, and opens link in full window
<a href="URL" target="_blank"> opens link in new, full window
<a href="URL" target="name"> opens link in named frame
• W3C
HTML Web site
• List
of Tags (Elements)
• List
of Attributes
•Activities
| •Finish Lab 7 (link to beginning of lab) |
| •Document tags introduced in Lab
7 (link to documentation part of lab) (You will later transfer this information into a D2L quiz) •Tags to document must include: <frameset>, and <frame> |
| •Begin coding and testing Lab 7 (link to web page construction requirements) |
| •Answer questions concerning topics covered in Lab
7 (You will later transfer this information into a D2L quiz) |
• You may use Web Editors, if you are so inclined!
• Optional: Open/save an Acrobat pdf document to help with documentation and questions
(get Adobe Acrobat Reader free, here)
• Optional: Right click/save a Word doc document to help with documentation and questions
• Optional: Right click/save a Rich Text rtf document to help with documentation and questions
• Optional: Checking
for HMTL errors
•Complete Lab
7 and verify your
web page links work
(You will later transfer this information
into a D2L dropbox)
Checklist
Did you:
•
no Checklist, let me know if you would like this added