Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.

Slides:



Advertisements
Similar presentations
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.
Advertisements

Chapter 3 – Web Design Tables & Page Layout
Creating Tables in a Web Site
Project 8 Creating Style Sheets.
Creating and Editing a Web Page Using Inline Styles
Using Advanced Cascading Style Sheets
Chapter 8 Creating Style Sheets.
Chapter 5 Creating an Image Map
Creating and Editing a Web Page
Creating a Form on a Web Page
Creating a Form with Selection Menus The SELECT control creates a selection menu This control only allows the visitor to choose pre-defined choices There.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Word Project 7 Creating an Online Form.
Chapter 3 Tables and Page Layout
CIS101 Introduction to Computing Week 07. Agenda Your questions JavaScript text Resume project HTML Project Three This week online Next class.
CIS101 Introduction to Computing Week 07. Agenda Your questions Resume project Review Project Two HTML Project Three This week online Next class.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
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.
Creating Tables in a Web Site Using an External Style Sheet
HTML Concepts and Techniques Fourth Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML Comprehensive Concepts and Techniques Third Edition Project 3 Creating Web Pages with Links, Images, and Formatted Text.
Dreamweaver CS4 Concepts and Techniques Chapter 5 Templates and Style Sheets.
Adding an Inline Style Sheet Page without Inline Style Sheet Page with Inline Style Sheet.
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
HTML, Third Edition--Illustrated Introductory 1 HTML, Third Edition Illustrated Introductory Unit F Working with Tables.
Creating Tables in a Web Site
HTML Comprehensive Concepts and Techniques Second Edition Project 3 Creating Tables in a Web Site.
Dreamweaver CS4 Concepts and Techniques Chapter 7 Page Layout with Frames.
HTML, Third Edition--Illustrated1 HTML – Illustrated Introductory, Third Edition Unit H Controlling Page Layout with Frames and Tables.
Creating and Editing a Web Page using HTML IMED1316.
Creating and Editing a Web Page Project 2. Project Objectives Project 2: Creating and Editing a Web Page 2 Identify elements of a Web page Start Notepad.
HTML Concepts and Techniques Fourth Edition Project 6 Using Frames in a Web Site.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
Project 2 Adding Web Pages, Links, and Images Dreamweaver MX 2004 Concepts and Techniques.
Creating Tables in a Web Site
Writing a JavaScript User-Defined Function  A function is JavaScript code written to perform certain tasks repeatedly  Built-in functions.
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
HTML Concepts and Techniques Fourth Edition Project 12 Creating and Using XML Documents.
Creating a Form on a Web Page
1 Creating a Second Web Page This section shows you how to create the Huntington Beach Web site.
Dreamweaver CS4 Concepts and Techniques Chapter 2 Adding Web Pages, Links, and Images.
1 Creating the Header Page The header frame always displays on the AHS Web site The image (screagle.gif) that will go in the header is contained on the.
HTML Comprehensive Concepts and Techniques Third Edition 2 nd Project Creating and Editing a Web Page.
HTML Concepts and Techniques Fourth Edition Project 5 Creating an Image Map.
Unit 4 Create and Use Tables. TITLE CORNELL NOTES TOPIC: NOTES: Name: Date: 09/08/2009 Period : Summary: Reasons for using tables Unit 4 Page 1 Display.
Using Frames in a Web Site Project 6. Project Objectives Project 6: Using Frames in a Web Site 2 Define terms related to frames Describe the steps used.
HTML Concepts and Techniques Fifth Edition Chapter 4 Creating Tables in a Web Site.
HTML Concepts and Techniques Fifth Edition Chapter 3 Creating Web Pages with Links, Images, and Formatted Text.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
Creating and Editing a Web Page
1 Start TextEdit. 2 Creating a Home Page  A home page is the main page of a Web site –Visitors usually view the home page first –Identify the purpose.
1 Creating Links Lesson 2. 2 In the center column type : Home | Order Now | Contact Us This is the navigation button which will link to the other pages.
Creating Tables in a Web Site HTML 4 Created by S. Cox.
Creating and Editing a Web Page Using Inline Styles
1 Creating a Menu Bar on a Secondary Web Page  It is important for visitors to be able to move easily from one page to another  You will create a menu.
Tutorial 5: Tables Session OBJECTIVES Create a table Insert a table summary Insert a table caption Add rows and cells Merge Cells inside a Table.
1 Your Web Page title body of Web page main heading H2 heading bulleted list paragraph.
Web and Multimedia Development Copyright © Genetic Computer School 2007WM LESSON OVERVIEW  Use of Tables  Creating Tables  Try It – 1  Creating.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Project 02 Creating and Editing a Web Page Concept Map of Unit Creating and Editing a Web Page Key Learning Understand the elements to create a web page.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
CIS101 Introduction to Computing Week 07 Spring 2004.
Project 8 Creating Style Sheets.
Creating Tables in a Web Site Using an External Style Sheet
Using Frames in a Web Site
Creating Web Pages with Links, Images, and Formatted Text
Creating Tables in a Web Site
Project 5 Creating an Image Map.
Project 4 Creating an Image Map.
Presentation transcript:

Creating Tables in a Web Site

 Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize images  Create a vertical menu bar with text links 2

 Create a borderless table to organize text  Create a horizontal menu bar with text links  Create a table with borders  Change the horizontal alignment of text 3

 Add background color to rows and cells  Alter the spacing between and within cells using the cellspacing and cellpadding attributes  Insert a caption below a table  Use the rowspan and colspan attributes 4

5

 If necessary, click line 10  Type and then press the ENTER key 6

7

 If necessary, click line 11, type as the tag, and then press the ENTER key  Type and then press the ENTER key 8

 If necessary, click line 17  Enter the HTML code shown below  Press the ENTER key twice 9

10

 If necessary, click line 27  Enter the HTML code as shown in Table 4-5 on page HTM 151 and then press the ENTER key 11

12

13

 Click the Notepad button on the taskbar  Click immediately to the left of the tag on line 15 to highlight lines 1 through 15  Press CTRL+C to copy the selected lines to the Clipboard  Click File on the menu bar and then click New  Press CTRL+V to paste the contents from the Clipboard into a new file 14

15

 Highlight the words, — Great Service, Great Selection, between the and tags on line 7. Type - New Releases as the text  Click immediately to the right of the tag on line 15. Press the ENTER key three times  Type and then press the ENTER key  Type as the end tag 16

17

 Highlight line 13, which contains the code to insert the image, csexcellence.gif  Press the DELETE key twice 18

19

 If necessary, click line 16  Enter the HTML code as shown in Table 4-6 on page HTM 159  Press the ENTER key twice 20

21

 If necessary, click line 28  Enter the HTML code as shown in Table 4-7 on page HTM 162  Press the ENTER key twice 22

23

 If necessary, click line 53  Enter the HTML code as shown in Table 4-8 on page HTM

25

 With a floppy disk in drive A, click File on the menu bar and then click Save As. Type newreleases.htm in the File name text box  If necessary, click 3½ Floppy (A:) in the Save in list. Click the Project04 folder and then click the ProjectFiles folder in the list of available folders. Click the Save button in the Save As dialog box  Click File on the menu bar and then click Print on the file menu 26

27

 Click immediately to the right of the 5 in border=“5” in line 28 and then press the SPACEBAR  Type cellpadding=“2” cellpadding=“5” as the attributes 28

29

 Highlight the text on line 69  Type Listing of movies by actor as the tag 30

31

32

 Highlight the text on line 29. Type and then press the ENTER key  Type and then press the ENTER key  Type Movies by Type and then press the ENTER key  Type and then press the ENTER key  Type as the end table row tag 33

34

 Highlight text on line 34  Enter the HTML code as shown in Table 4-9 on page HTM

36

 Highlight the text on line 66 and then press the DELETE key  Type and then press the ENTER key  Type Comedy and then press the ENTER key  Type as the tag 37

38

 Highlight the text on line 70  Type and then press the ENTER key  Type Title - Actor(s) and then press the ENTER key  Type and then press the ENTER key 39

40

41