1 3/30/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames Problem Review, Nested Frames.

Slides:



Advertisements
Similar presentations
The Web Wizards Guide to HTML Chapter Six Tables.
Advertisements

Anatomy of a Web Page. Parts of a Web Page Title Bar Navigation Tool Bar Location Bar Header Graphic/Image Text Horizontal Rule Links.
Using HTML Tables Presenting Information & Layout Control.
Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based Web page using HTML.
Use Tables for Layout Control Day 7. You will learn to: Understand Tables Create a Simple Table Modify Your Tables Appearance Create Page Layouts with.
HTML Basics 1450 Technology Seminar Copyright 2003, Matthew Hottell.
Chapter 4 Marking Up With Html: A Hypertext Markup Language Primer.
Chapter 4 – Intermediate HTML 4 Outline 4.1 Unordered Lists 4.2 Nested and Ordered Lists 4.3 Basic HTML Tables 4.4 Intermediate HTML Tables and Formatting.
CIS101 Introduction to Computing Week 07. Agenda Your questions Resume project Review Project Two HTML Project Three This week online Next class.
 2008 Pearson Education, Inc. All rights reserved. 1 Introduction to HTML.
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
INTRODUCTION TO WEB DEVELOPMENT AND HTML Lecture 06: Tables - Spring 2011.
HTML Essentials Tables and Table Tags. Overview Use of Tables goes beyond tabulating data Frequently used to format Web pages / control layout Especially.
Chapter 5 Working with Tables. Agenda Add a Table Assign a Table Border Adjust Cell Padding and Spacing Adjust Cell Width and Height Add Column Labels.
Chapter 4 Fluency with Information Technology L. Snyder Marking Up With HTML: A Hypertext Markup Language Primer.
 2001 Deitel & Associates, Inc. All rights reserved. 1 Chapter 12 – Microsoft FrontPage Express Outline 12.1Introduction 12.2Microsoft FrontPage Express.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
INTRODUCTORY Tutorial 7 Creating Tables. XP New Perspectives on Blended HTML, XHTML, and CSS2 Objectives Discern the difference between data tables and.
Creating your Webpage with tables. This is a 2 column by 1 row table!
Should have seen something like this last week What does do? stands for table row and starts a new row in the table.
Web Technologies Website Development Trade & Industrial Education
Dr. Nuha El-KhaliliInternet Programming ( ) HTML Hyper Text Markup Language The language of web pages Maintained by the W3C
Chapter 4: Hypertext Markup Language Primer TECH Prof. Jeff Cheng.
Understanding HTML Code
1 3/7/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: More on tables and images.
Website Development with Dreamweaver
1 CSC 121 Computers and Scientific Thinking David Reed Creighton University HTML and Web Pages.
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
>> Introduction to HTML: Tables. HTML is used to give websites structure 5 Basic Tags Element = Start-Tag+Content+End-Tag Heading Tags [h1-h6] Paragraph.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
Getting Started with HTML Please use speaker notes for additional information!
Adobe Dreamweaver CS3 Revealed CHAPTER FIVE: USING HTML TABLES TO LAY OUT A PAGE.
1 Web Developer & Design Foundations with XHTML Chapter 3 Key Concepts.
CS105 INTRODUCTION TO COMPUTER CONCEPTS HTML Instructor: Cuong (Charlie) Pham.
XHTML1-1 Extensible HyperText Markup Language (XHTML) Part 2 Xingquan (Hill) Zhu
HTML (Hypertext Markup Language) – Class 3 Recap: HTML Special Characters (ex: ©). Including Images – using the tag. Lists – Ordered and Unordered.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
HTML: Tables & Frames Internet Technology.
The Teacher Computing HTML (2) HyperText Markup Language.
ECA 228 Internet/Intranet Design I Tables. ECA 228 Internet/Intranet Design I Basic HTML Tables Created as a way to present rows and clumns of data.
Introduction to HTML. HTML Introduction HTML – Hypertext Markup Language are the instructions that tell a browser how to lay out the information (text,
HTML Basics. HTML Introduction Stands for HyperText Markup Language. HTML files are plain text files with mark ups. Some characteristics of HTML: –No.
CS-3432 Electronic Commerce Lecture – 7 Sikandar Shujah Toor
HTML Tables The HTML table model allows authors to arrange data - text, preformatted text, images, links, forms, form fields, other tables, etc. - into.
CSE 409 – Advanced Internet Technology 1 DISCUSSION OF BASIC HTML TAGS.
Basic HTML. So, what exactly is HTML? HTML stands for: HTML stands for: Hypertext Markup Language. It is a purpose built markup language for the delivery.
1 Chapter 04: Working with Table By Tharith Sriv.
Building a Web Page. Create A New Folder  Right click on the desktop and select New / Folder  Name the folder playpen.
1 2/21/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Lists, Fonts, Links, and Preformatted Text.
Assignment 3 Your going to modify your last Best Movies page and Recipe page Your going to modify your last Best Movies page and Recipe page You will need.
1 2/28/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Anchors and Tables.
1 3/28/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames.
TABLES IN HTML No, not that kind of table!! THIS KIND!!
HTML Tags BTT1O. HTML  Documents written in hypertext markup language can be interpreted by all web browsers.  This language lets the web page developer.
Advanced Tables. Let's build some tables using each of these features and then try combining both features into the same table. Spanning Rows and Columns.
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 5.
1 HTML. 2 Full forms WWW – world Wide Web HTTP – Hyper Text Transfer Protocol HTML – Hyper Text Markup Language.
1 Foundation of HTML Web Page Design. 2 Safe Web Fonts: Used by most computers regardless of environment or platform  Times New Roman  Arial  Courier.
TABLES. Session Checklist ► Learn the ways that tables can help you organize data on your Web site ► Learn how to prepare a spreadsheet-like table that.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
INTRODUCTION ABOUT DIV Most websites have put their content in multiple columns. Multiple columns are created by using or elements. The div element is.
CIS101 Introduction to Computing Week 07 Spring 2004.
CS120 The Information Era Chapter 4 – More HTML Specifics
H T M L A B E S X P I N D.
Computers and Scientific Thinking David Reed, Creighton University
Web Design and Development
Hypertext Markup Language Table 11th Lecture
Presentation transcript:

1 3/30/05CS120 The Information Era CS120 The Information Era Chapter 4 – More HTML Specifics TOPICS: Frames Problem Review, Nested Frames

2 3/30/05CS120 The Information Era Frames Problem: Review Create two frames such that the screen is split up into two rows. The top row is to contain two centered links HTML Terms and HTML Tags. Clicking on HTML Terms should display the terms in the second row and clicking on HTML Tags will do the same for the tags file. The first row is to have the centered links with a background color of white with black text. The second row is initially black until one of the links is selected and then white text is displayed on the black background. Initial Page After clicking on HTML TERMS

3 3/30/05CS120 The Information Era Frames Solution: Main Page Frames Example

4 3/30/05CS120 The Information Era Frames Solution: Top Row  TOP ROW: (top.html) HTML TERMS HTML TAGS

5 3/30/05CS120 The Information Era Frames Solution: Bottom Row  BOTTOM ROW: (bottom.html)

6 3/30/05CS120 The Information Era Frames Solution: HTML Terms HTTP - Hypertext Transfer Protocol HTML - Hypertext Markup Language

7 3/30/05CS120 The Information Era Frames Solution: HTML Tags <p> paragraph break <br > line break

8 3/30/05CS120 The Information Era Complete Frames Solution Initial Page After clicking on HTML TERMS

9 3/30/05CS120 The Information Era Nested Frames  A more common use of frames is as follows:  How have we done this type of thing before with tables? Page Header: Contains Title, Main Graphic Navigation Menu Content (Text, Images,etc)

10 3/30/05CS120 The Information Era Nested Frames, cont.  With tables we have used either the rowspan or colspan attributes as in this example: Both Columns Just First Column Just Second Column  Frames cannot span rows and columns like table cells, so must use three interlocking frames by nesting one frame layout inside another frame layout

11 3/30/05CS120 The Information Era Nested Frames: HTML

12 3/30/05CS120 The Information Era Nested Frames: Problem  Modify the solution to the previous problem by adding a page header that says “CS 120: The Information Era” centered and in bold. Make the top and left frames as small as you can.  The navigation menu should include the hyperlinks HTML terms and HTML Tags that when clicked load the appropriate page in the content area (black text on white background)  The basic structure should be as follows: CS 120: The Information Era HTML Terms HTML Tags Content Goes Here