This shows the frameset container page which holds two additional pages in rows - the first row uses 50% of the page and the last row uses the rest. Note.

Slides:



Advertisements
Similar presentations
Frames How to make a page that uses frames. Preview There used to be a time that frames were frowned upon because most browsers did not support them Nowadays.
Advertisements

Frames.
Using the What Am I Template Copy the presentation to your hard drive. Open the slides using slide sorter and copy slides #3, 4 and 5 for each question.
Web-based Application Development Lecture 9 February 7, 2006 Anita Raja.
1 DePaul University SNL 262 Web Page Design Frames! - Chapt 20 Yet Another Way to Divide Up The Screen. Instructor: David A. Lash.
Frames How to Create Frames in HTML Dr. Sanders. Why Frames? Frames allow you to have more than a single window on the screen at the same time. –You can.
The Power of Tables They aren't just for sitting stuff on anymore...
PowerPoint: Tables Computer Information Technology Section 5-11 Some text and examples used with permission from: Note: We are.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: Frames © 2007 Prosoft Learning Corporation All rights reserved ITD 110 Web Page Design.
Chapter 6 Working with Frames.
 You've probably come into contact with web sites in which the browser window seemingly allowed you to move around between several different pages. 
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 9: HTML Frames.
Frameset. FrameSet With frames, we can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each.
HTML 2 FRAMES. Frames Intro Frames are a feature supported by Netscape 2.0 (and higher) Internet Explorer 3.0 (and higher) and a few other browsers. Frames.
XHTML1 Topics Work with the Frameset Document Type Definition (DTD) Create frames Use the target and base attributes Create nested frames Format frames.
1 Advanced Frame Options Using NORESIZE  By default, users may resize frames unless you specify the NORESIZE attribute in the tag  Examples:
WHAT are frames? what.html are.htmlframes.html. Intro to Frames HTML frames allow you to display more than 1 HTML document in the same browser window.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
The Web Wizard’s Guide to HTML Chapter Seven Frames.
Frame Page A Frame Page does the following: –Defines the size of each frame. –Defines how the window will be broken up – rows or columns. –Specifies which.
Chapter 12 FRAMES. HOW FRAMES WORK When you view a framed page in a browser, you are actually looking at several HTML documents at once. The key to making.
How are tables used in web design?. A table (FIVE THINGS TO KNOW) 1. Is made up of columns and rows 2. Has cells where columns and rows intersect.
Working with HTML Frames The Good, The Bad & The Ugly.
CSCE 102 – Chapter 6 (Web Design and Layout) CSCE General Applications Programming Benito Mendoza Benito Mendoza 1 By Benito Mendoza.
Week 11 Creating Framed Layouts Objectives Understand the benefits and drawbacks of frames Understand and use frame syntax Customize frame characteristics.
Frames in XHTML Please use speaker notes for additional information!
1 Planning and Laying Out Frames Sketch the frame structure on paper before writing the HTML code two rows two columns.
 2004 Prentice Hall, Inc. All rights reserved. Introduction to XHTML: Part 2 Outline frameset Element 5.10 Nested frameset s.
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 6.
Web111a_chapt05.ppt HTM: Section 5 Frames A section of the browser window capable of displaying an entire web page Display multiple web pages on the screen.
HTML Concepts and Techniques Fifth Edition Chapter 6 Using Frames in a Web Site.
The Web Wizard’s Guide to HTML Chapter Seven Frames.
 2003 Prentice Hall, Inc. All rights reserved. Introduction to HTML: Frames Outline 1 Introduction 2 frameset Element 3 Nested frameset s 4 Web Resources.
HTML: Tables & Frames Internet Technology.
FRAMES. Frames allow you to divide the page into several rectangular areas and to display a separate document in each rectangle. Each of those rectangles.
Windows and frames and the anchor tag. Frames Independent, scrollable portions of a Web browser window, with each frame capable of containing its own.
1 HTML Frames
HTML Frames.
Web Page Design Frames! Yet Another Way to Divide Up The Screen. Using HTML and JavaScript to Develop Website.
 You will be starting with an original image, or you can combine 2-3 images.  Then you will add a new layer on top and you will experiment with the.
This shows CIS17 and the first day introduction..
HTML Frames. Advantages to Using Frames n flexibility in design n information in different Web pages n remove redundancy. n site easier to manage. n update.
Frames. Dividing a page, called frameset, into frames, allow the visitor to see more than one page at a time Each frame contains its own Web page, and.
1 HTML Frames
Web Technology (NCS-504) Prepared By Mr. Abhishek Kesharwani Assistant Professor,UCER Naini,Allahabad.
Lewis Dot Diagrams. Since atoms are only concerned with having a full outer/valence shell. It is sometimes more convenient to look at the valence shell.
Arrays and variables 1.Representing tables as arrays in MATLAB 2.Concept of array dimension 3.Correspondence of array dimension to rows and columns 4.Picking.
Copying a text file to the E-Form (HTML) Editor in OSCAR.
How to graph your stock project performance vs. the 3 major indexes.
Lesson 9. Test 1 How was the test ? Assignment 1 (must complete satisfactorily even if you do not get any marks for it !!!!!!)
Chapter 6 Frames and Image Maps Frame sets and frames Image Maps.
CS-3432 Electronic Commerce Lecture – 9 Sikandar Shujah Toor
HTML Structure II (Frame)
FRAMES.
PowerPoint: Tables and Charts
Programming the Web using XHTML and JavaScript
B: Fractions, Decimals, and Percents
Table of Contents Creating Frames Frameset Tag and its attributes
like you to do and submit as well.
Table of Contents Creating Frames Frameset Tag and its attributes
HTML Extras.
Table of Contents Creating Frames Frameset Tag and its attributes
Here.. here. Pardon my "art". Shows how to make a background image Pardon my "art"! Shows how to make a background image. The image.
This shows a frameset that includes two pages in columns
Note that iframes are available in HTML5.
Lewis Dot Diagrams.
HTML Tables & Frames Internet Technology.
Frames Web Authoring.
Layout and Design with Tables and Frames
HTML Tables & Frames Internet Technology.
Presentation transcript:

This shows the frameset container page which holds two additional pages in rows - the first row uses 50% of the page and the last row uses the rest. Note that I wrote the frame page and the two additional pages to accomplish this.

The only difference here is that instead of rows, I am using columns to hold two additional pages.

of the pages as shown on the next few slides.

Now I am using rows and then cols in the framset Now I am using rows and then cols in the framset. There are no images because I am running from the hard drive and did not copy the images down. Note the order of the pages is the same. If I change the order of the pages in the frame list, this would change.

This is a nested frameset This is a nested frameset. I divided the original frameset into 3 rows and put a page in the top row. Then I embedded a framset to divide the second row into two columns, each holding a page. I then closed that frameset and returned to the original one and placed a page in the bottom row.

This removes scrolling and will not let me resize.

In class assignment - all students must submit results.