Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Finished product should look like: You need to follow the steps described below. 1) Creating an HTML Frameset Your Web browser can display two or

image text in transcribedimage text in transcribed

Finished product should look like:

image text in transcribed

You need to follow the steps described below. 1) Creating an HTML Frameset Your Web browser can display two or more Web pages on the screen at the same time. The HTML tags that will help you accomplish this are the tag and the tag. As its name implies, the frameset tag allows you to define a set of rectangular areas on your browser screen called frames. Each frame is capable of displaying a different Web page. In a way, you can make your web browser behave as though you had multiple Web browsers running on your computer at the same time. . However, a frameset allows a Web page in one frame to communicate with a page in a different frame. For example, a hyperlink in one frame can cause a Web page to be loaded into a different frame. A frameset page does not contain the familiar and tags. Instead, the frameset page contains and tags that mark the beginning and the end of frame definitions. The purpose of the rows attribute is to give you the means to define horizontal frames and to specify the height of each frame. Similarly, the cols attribute allows you to create vertical frames and to designate the width of each frame. Because you can define only horizontal or vertical frames within any given frameset, the tag may contain a rows attribute or a cols attribute, but not both. The tags contain at least two important attributes called name and src that allow you to give cach frame a name and to specify the source Web page that you want to display in cach frame. 2) Adding a Navigation Bar Onc design that is commonly used by professional Web designers is to place a Web page in a narrow left-hand frame that contains many hyperlinks. When the user clicks on any of these links, the appropriate Web page is displayed in the larger right-hand frame. This design technique is often referred to as left-hand navigation, and the web page containing the hyperlinks is called a navigation bar. A navigation bar is a series of hyperlinks, usually organized horizontally or vertically on a Web page or in a frame. You only need to list yahoo.com and cnn.com rather than one.html, two.html, etc. as suggested in the image provided above. BOXES Extra for Experts: The numbers that accompany the rows and cols attributes can be absolute pixel values or percentage values. A pixel is an individual "dot" of light on a computer screen. In the file you just created, you made the frameset column 180 pixels wide. There are thousands of pixels on a typical computer screen, far too many to count. Therefore, it is sometimes casier to specify percentage values of a screen instead of counting pixels. A percentage value will automatically determine the proper number of pixels to dedicate to a frame. For example, you can enter the tag Net Tip: Normally when a user clicks on a hyperlink, the target Web page will be loaded into the same frame as the link. The target attribute overrides this behavior and sends the proper Web page to the "target" frame. 3) Creating a Web Site Welcome Page Typically, a professional Web site developer will create a welcome page that users see when they first access the site. As you learned in Lesson 1, the primary purpose of the welcome page is simply to give users a good first impression of the Web site and to ensure that they recognize the purpose of the Web site. BOXES Note: Remember that the files you created in previous lessons (one.html, two.html, three.html, and so on) must be located in the same folder as the files you create in this lesson. If they are not in the same folder, your hyperlinks will not function correctly. 4) Creating a Nested Frameset . There are times when it is desirable to place a third frame into your frameset to display a horizontal frame across the top of your browser window. You can then place a new Web page into this new frame that functions as a consistent title for your Web page. . We stated early on that it is only possible for a frameset to contain either horizontal frames or vertical frames, but not both. A nested frameset solves this problem. The term nested is a word that programmers and Web developers use to describe a structure, keyword, or tag that contains one or more additional instances of the same item. In this case, you will use a tag inside another tag to create both vertical and horizontal frames. 5) Creating a Title Bar A page that has the specific purpose of displaying a constant title for a Web site is commonly called a title bar. . By default, the browser will display semi-thick lines between each frame, and these lines are called frame separators. When the user moves the mouse over a frame separator, the pointer changes shape to indicate that the frame separator can be moved. The user can simply click and drag the separator to a new location. 6) Using Advanced HTML Options . You can use the border attribute within the tag to adjust the appearance of the frame separators. . In addition, you can also use the noresize attribute within the tag to instruct the browser that the user should not be able to change the size of the frames. . These two attributes can be used separately or together to get the appearance and behavior you want. In Step-by-Step 4.6, students will enter the tags that will make it impossible for a user to change the size of the frames in their web page. HTML and JavaScript Web Pages Welcome HTML and JavaScript one html two.html three.html four.html . five html Six html seventml eight.html min html ten.html clevem.html twelve.html .thirteen.html fourteen.html fifteen.html sixteen html seventeen html eighteen.html

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Seven Databases In Seven Weeks A Guide To Modern Databases And The NoSQL Movement

Authors: Luc Perkins, Eric Redmond, Jim Wilson

2nd Edition

1680502530, 978-1680502534

More Books

Students also viewed these Databases questions