16 HTML Tables and Frames Section 16.1 Create a basic table using HTML Define borders Merge cells Align content in tables Section 16.2 Create a frames-based.

Slides:



Advertisements
Similar presentations
Tables Feb. 14, Tables Great way to organize and display information Laid out in columns and rows Think of an excel spreadsheet Defined with tag.
Advertisements

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.
Chapter 3 – Web Design Tables & Page Layout
Designing Web Pages Tables part one. Using Tables for Page Layout 2.
Working with Web Tables
Introduction to HTML & CSS
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
Cascading Style Sheets
Cascading Style Sheets. CSS stands for Cascading Style Sheets and is a simple styling language which allows attaching style to HTML elements. CSS is a.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
CSS BASICS. CSS Rules Components of a CSS Rule  Selector: Part of the rule that targets an element to be styled  Declaration: Two or more parts: a.
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Chapter 8 Creating Style Sheets.
Chapter 3 Tables and Page Layout
Web-based Application Development Lecture 9 February 7, 2006 Anita Raja.
XHTML1 Tables and Lists. XHTML2 Objectives In this chapter, you will: Create basic tables Structure tables Format tables Create lists.
XP 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
The Power of Tables They aren't just for sitting stuff on anymore...
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
XHTML1 Tables N100 Creating a Simple Web Page. XHTML2 Creating Basic Tables Tables are collections of rows and columns that you use to organize and display.
1 The Structure of a Web Table beginning of the table structure first row of three in the table end of the table structure table cells You do not need.
Link and Table in HTML. Statistics HTML review The two faces of a HTML file In a notepad program. In a internet browser program. The function of HTML.
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
HTML Essentials Frames and Frame Tags. Introduction A frame used to be an effective design tool Utilized space effectively by subdividing screen One idea:
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Cascading Style Sheet Basics Pepper. Looking at the HTML See the surrounding tags See head, body, paragraph, header See the ending tags See the list.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Tutorial 5 Working with Web Tables. XP Objectives Explore the structure of a Web table Create headings and cells in a table Create cells that span multiple.
The Characteristics of CSS
Using Styles and Style Sheets for Design
Web Technologies Website Development Trade & Industrial Education
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
Website Development with Dreamweaver
1 What is CSS?  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  Styles are normally stored in Style Sheets  Styles.
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
CSS CSS is short for C ascading S tyle S heets. It is a new web page layout method that has been added to HTML to give web developers more control over.
CSS Basic (cascading style sheets)
 cascade Style Sheets (CSS) is a mark-up language that was first proposed in 1994 by Håkon Wium Lie. CSS works in conjunction with HTML to greatly increase.
CS134 Web Design & Development Cascading Style Sheets (CSS) Mehmud Abliz.
Tutorial 5 Working with Tables and Columns
Tutorial 5 Working with Tables and Columns
Css. Definition Cascading style sheet (CSS)  It is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
HTML: Tables & Frames Internet Technology.
4 Chapter Four Introduction to HTML. 4 Chapter Objectives Learn basic HTML commands Discover how to display graphic image objects in Web pages Create.
CHAPTER 5 Working with Data Tables and Inline Frames.
4 HTML Basics Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 8: Working with Style Sheets.
INTRODUCTORY Tutorial 5 Using CSS for Layout and Printing.
Web Technologies Beginning Cascading Style Sheets (CSS) 1Copyright © Texas Education Agency, All rights reserved.
Cascading Style Sheets Chris Vollmer IT 5610 Chatfield Senior High School.
LINKING WEBPAGES USING HTML HYPERLINKS. Hyperlinks are text strings or images on a webpage which when clicked on, links to another section in the same.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
Chapter 4 Frames and Cascading Style Sheets. Frames Frames divide a browser window into two or more separate pieces or panes, with each pane containing.
Tutorial 5 Working with Web Tables. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Learn and Apply the structure of.
Cascading Style Sheets - CSS December 20, 2008 NTPCUG Expression Web SIG.
CSS Introductions. Objectives To take control of the appearance of a Web site by creating style sheets. To use a style sheet to give all the pages of.
Create and edit web pages 4
Working with Tables: Module A: Table Basics
Positioning Objects with CSS and Tables
Madam Hazwani binti Rahmat
Tutorial 5 Working with Tables and Columns
Styles and the Box Model
Exercise 9 Skills You create and use styles to create formatting rules that can easily by applied to other pages in the Web site. You can create internal.
Understand basic HTML and CSS terminology, concepts, and basic operations. Objective 3.01.
Web Design & Development
Positioning Objects with CSS and Tables
Presentation transcript:

16 HTML Tables and Frames 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 Create a link bar page Create a content page Create a container page Control Web page layout with frames Create links between frames YOU WILL LEARN TO…

16 HTML Tables and Frames Section 16.3 Identify inline CSS Identify internal style sheet code Create an external style sheet Use CSS for page layout YOU WILL LEARN TO…

Section 16.1 Creating Tables in HTML Focus on Reading Main Ideas HTML tables give Web page designers a great deal of control over page layout and the formatting of information. There are many HTML tags and attributes available for this purpose. Key Terms cell spacing cell padding header row header column pp

Section pp Creating Tables in HTML Three sets of HTML tags define a table: - marks the beginning and end of the table area. - marks the beginning and end of a row. - marks the beginning and end of a column. Defining a Basic Table 16.1

Section 16.1 Creating Tables in HTML Using Table Attributes Controlling a table’s attributes allows you to modify the look of the table on your site. Here are some attributes you can modify: Cell spacing Cell padding Header rows Header columns Alignment cell spacing The space between the outer border of a table and the cell border. (p. 451) cell padding The space between a table cell’s border and its content. (p. 451) header row Row in a table that contains the titles for each column. (p. 452) header column Column in a table that contains the titles for each row. (p. 452) pp

Section pp Creating Tables in HTML Using the align attribute in the tag centers the entire table on the Web page. Using Table Attributes 16.1

Section pp Creating Tables in HTML Activity 16A – Create a Table Using HTML (p. 453) 16.1

Section Creating Tables in HTML pp Identify Which tag set marks the beginning and end of a table row? A. B. C. D. B. Section Assessment 16.1

Section 16.2 Creating Frames in HTML Guide to Reading Main Ideas HTML frames give you the ability to display more than one Web page on the screen at the same time. You can customize hyperlinks to support frames. Key Terms frame container page left-hand navigation content page top navigation pp

Section 16.2 Creating Frames in HTML Creating Frame Pages in HTML frame A separate region on a Web page that contains its own Web document. (p. 456) container page Page that defines the characteristics of each page in a frames- based site. (p. 457) pp frames A Web page with two frames is made of three documents: Link bar Content page Container page Container page, which holds the link bar and content page.

Section 16.2 Creating Frames in HTML Creating Frame Pages in HTML left-hand navigation top navigation Link bars can appear anywhere on a page. Web designers can use either left-hand navigation or top navigation. content page The content page should remain the site’s main focus. left-hand navigation A frames-based Web site with a link bar on the left side of the screen. (p. 457) top navigation A frames- based Web site with a link bar at the top of the screen. (p. 459) content page The page that contains the main information on a frames- based site and fulfills the site’s main purpose. (p. 458) pp

Section pp Creating Frames in HTML To keep the link bar from changing, include the target attribute in the link’s anchor tag. This attribute tells the browser to load the target Web page into a specified frame (the content frame) rather than into the current frame. Creating Links Between Frames 16.2

Section pp Creating Frames in HTML Activity 16B – Create a Frames-Based Web Page (p. 459) 16.2

Section Creating Frames in HTML pp Examine What page contains the main information on a frames-based site? A. container page B. products page C. contact page D. content page Section Assessment 16.2

Section 16.3 Cascading Style Sheets Focus on Reading Key Terms selector class selector id selector pp Main Ideas Cascading style sheets provide Web designers more control over the appearance of elements within a Web page. CSS can also be used for page layout.

Section CSS and HTML 16.3 Cascading Style Sheets pp There are three different ways you can apply cascading style sheets (CSS) to an HTML document: Inline Inline Internal style sheets External style sheets Inline CSS and internal style sheets should be used sparingly because they do not separate content from presentation information.

Section 16.3 Cascading Style Sheets CSS and HTML pp selectors An external style sheet is a simple HTML document that only contains selectors along with properties and values. selector Part of HTML code that contains properties and corresponding values within curly braces that control the appearance of HTML elements. (p. 463)

Section 16.3 Cascading Style Sheets CSS and HTML pp class selector A class selector can be used multiple times in an HTML document. id selector An id selector is used only once in an HTML document. class selector A selector that applies the same attribute to any HTML element that references it. (p. 463) id selector A selector that identifies only one element within an HTML document. Always preceded by a # sign. (p. 463)

Section 16.3 Cascading Style Sheets pp You can use CSS to position elements on a Web page. There are three types of positions that you can specify: Absolute positioning uses numeric values to place elements precisely on a page. Static positioning places elements on a page normally, just as if you had laid out the page without tables or tags. Relative positioning also places elements on a page normally. However, you can adjust the position of an element relative to how it would normally appear on a page. Using CSS for Page Layout

Section Activity 16C – Create an External Style Sheet Using HTML (p. 464) Activity 16D – Use CSS to Position Page Elements (p. 465) 16.3 Cascading Style Sheets pp

Section Cascading Style Sheets pp Name A(n) _____ selector applies the same attributes to any HTML element that references it. A. id B. class C. relative D. static B. class Section Assessment 16.3

16 HTML Tables and Frames Chapter Review True/False An inline style sheet is the most commonly used cascading style sheet. B. False. The most commonly used cascading style sheet is the external style sheet.

16 HTML Tables and Frames Chapter Review Define What is a cascading style sheet? A cascading style sheet can be used to control the appearance and layout of a page. It can be applied as an inline code, internal style sheet, or external style sheet.

16 HTML Tables and Frames Resources For more resources on this chapter, go to the Introduction to Web Design Using Dreamweaver Web site at WebDesignDW.glencoe.com. WebDesignDW.glencoe.com