8

Click here to load reader

1 Advanced Frame Options Using NORESIZE By default, users may resize frames unless you specify the NORESIZE attribute in the tag Examples:

Embed Size (px)

Citation preview

Page 1: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

1

Advanced Frame OptionsAdvanced Frame Options

• Using NORESIZE By default, users may resize frames unless

you specify the NORESIZE attribute in the <FRAME> tag

Examples:<FRAME SRC=“header.htm” SCROLLING=“NO” NORESIZE>

<FRAME SRC=“menu.htm” NORESIZE>

<FRAME SRC=“home.htm” NAME=“win-main” NORESIZE>

Page 2: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

2

Designing a Four-Frame Structure

Designing a Four-Frame Structure

• A four frame structure might work for this Web site design:

Page 3: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

3

Designing a Four-Frame Structure

Designing a Four-Frame Structure

<HTML><HEAD><TITLE>Andrews High School Class of ’90</TITLE></HEAD><FRAMESET ROWS=“30%,70%”><FRAMESET COLS=“25%,75%”><FRAME SRC=“logo4.htm” SCROLLING=“NO”><FRAME SRC=“header4.htm” SCROLLING=“NO”></FRAMESET><FRAMESET COLS=“25%,75%”><FRAME SRC=“menu.htm” SCROLLING=“NO”><FRAME SRC=“home.htm” NAME=“win-main”></FRAMESET></FRAMESET></HTML>

Page 4: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

4

SummarySummary

• Define terms related to frames• Describe the steps used to design a frame

structure• Plan and lay out frameset• Create a frame definition file• Use the <FRAMESET> tag• Use the <FRAME> tag• Change frame scrolling options

Page 5: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

5

SummarySummary

• Name a frame content target• Identify Web pages to display at start-up• Set frame rows• Set frame columns• Create a header page with an image and

text• Create a navigation page• Create a home page

Page 6: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

6

SummarySummary

• Frames divide a Web page into more than one window

• A frame is a rectangular area (window) in which text or graphics can appear

• A frame definition file contains the layout of the frames on the Web page

• You will need a separate HTML file for each frame on your Web page

Page 7: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

7

What You Should KnowWhat You Should Know

Page 8: 1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:

Project 5 CompleteProject 5 Complete

Please go to scsite.com/html2e/exs.htm to

prepare for the exam on Projects 4 & 5