Chapter 4 Notes. Creating Tables in a Website

Similar documents
Tables *Note: Nothing in Volcano!*

Chapter 4 Creating Tables in a Web Site Using an External Style Sheet

COMSC-030 Web Site Development- Part 1. Part-Time Instructor: Joenil Mistal

INFS 2150 / 7150 Intro to Web Development / HTML Programming

Dreamweaver CS3 Concepts and Techniques

Tutorial 5 Working with Tables and Columns. HTML and CSS 6 TH EDITION

IMY 110 Theme 7 HTML Tables

Lecture 08. Tables in HTML. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

Web Design and Application Development

Web Development & Design Foundations with HTML5

Creating Tables in a Web Site Using an External Style Sheet

Chapter 9 Table Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

LESSON 3. Coding Tables Continued

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

HyperText Markup Language/Tables

COMS 359: Interactive Media

Chapter 7 Tables and Layout

Chapter 7 Tables and Layout

INFS 2150 Introduction to Web Development

INFS 2150 Introduction to Web Development

Final Examination Semester 1 / Year 2012

HTML, XHTML, and CSS 8/21/2011. Chapter Objectives. Chapter 4. Chapter Objectives. Chapter Objectives

Introducing Web Tables

Mathematics. Computer Applications. New Jersey Quality Single Accountability Continuum (NJQSAC) Department: Course Title.

Html basics Course Outline

Exercise #2: your Profile

SECTION C GRADE 12 EXAMINATION GUIDELINES

How to set up a local root folder and site structure

Bixby Public Schools Course Essential Elements Grade: Desktop Publishing

Creating a Web Page with HTML

THE ASIAN SCHOOL. Class-10. ch8. A. Check the Right Answer (1*9)

Output a HTML Table to file PDF use FPDF

c122sep2214.notebook September 22, 2014

Indian Institute of Technology Kharagpur. HTML Part III. Prof. Indranil Sen Gupta Dept. of Computer Science & Engg. I.I.T.

OVERVIEW. How tables are structured. Table headers. Cell spanning (rows and columns) Table captions. Row and column groups

HTML & XHTML Tag Quick Reference

Intermediate HTML Using Dreamweaver

Table-Based Web Pages

Chapter 0. HTML review

HTML Tags <A></A> <A HREF=" CNN </A> HREF

HTML Exercise 24 Tables

Certified HTML5 Developer VS-1029

Best Practices for Using the Rich Text Editor

Creating web pages Chapter 5. Structuring contents

The most important layout aspects that can be done with tables are:

Best Practices for Using the Rich Text Editor

Dreamweaver MX Overview. Maintaining a Web Site

Page Layout Using Tables

Skill Area 323: Design and Develop Website. Multimedia and Web Design (MWD)

Layout Manager - Toolbar Reference Guide

Cliffside Park Public Schools

HTML What is HTML Hyper Text Markup Language is a computer based language used to create WebPages.

Web Design and Development ACS Chapter 12. Using Tables 11/23/2017 1

How to lay out a web page with CSS

HTML TAG SUMMARY HTML REFERENCE 18 TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES TAG/ATTRIBUTE DESCRIPTION PAGE REFERENCES MOST TAGS

COMP519: Web Programming Lecture 4: HTML (Part 3)

Introduction to Computer Science (I1100) Internet. Chapter 7

recall: a Web page is a text document that contains additional formatting information in the HyperText Markup Language (HTML)

Discuss web browsers. Define HTML terms

Chapter 5. Introduction to XHTML: Part 2

CSC 121 Computers and Scientific Thinking

COMPUTER APPLICATIONS IN BUSINESS FYBMS SEM II

Chapter 2. List, Tables,Frame and Forms

Creation of templates for Knews. Step by step tutorial for creating Newsletter templates for the Wordpress Knews plug-in

By Ryan Stevenson. Guidebook #2 HTML

A Balanced Introduction to Computer Science, 3/E

Certified HTML Designer VS-1027

CITS1231 Web Technologies. HTML Tables and Page Design Issues

Structure Bars. Tag Bar

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

Web Publishing Basics II

Final Exam Study Guide

Chapter4: HTML Table and Script page, HTML5 new forms. Asst. Prof. Dr. Supakit Nootyaskool Information Technology, KMITL

HTTP and HTML. We will use HTML as a frontend to our webapplications, therefore a basic knowledge of HTML is required, especially in forms.

SAMPLE PAPER I CLASS- X SUBJECT FOUNDATION OF IT. TIME : 3 HRS M.M - 90 NOTE: 1. All questions are compulsory. 2. Write neat and clean.

HTML Images - The <img> Tag and the Src Attribute

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

Advanced HTML Scripting WebGUI Users Conference

Intro to html. --- define every element, attribute, and entity along with the rules for their use

HTML TIPS FOR DESIGNING.

Adobe Dreamweaver CS5 Tutorial

Documentation of the UJAC print module's XML tag set.

Table of Contents. MySource Matrix Content Types Manual

How to Make a Homepage using

CSC 101: Lab #2 HTML and the WWW Manual and Report Lab Date: Tuesday, 2/2/2010 Report Due Date: Friday, 2/5/2010 3:00pm

Name Related Elements Type Default Depr. DTD Comment

E-Shiksha Academy. Certified Website Designer & Developer

CSC 101: PreLab Reading for Lab #4 More HTML (some of this reading on Tables and Images are based on previous writings of Prof William Turkett)

How to use the Dealer Car Search ebay posting tool. Overview. Creating your settings

Unit 8. Lesson 8.1. Microsoft FrontPage. Introduction. Microsoft FrontPage-1. Microsoft FrontPage

Adobe Dreamweaver CC 17 Tutorial

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

The figure below shows the Dreamweaver Interface.

Calendar Project. Project Brief. Part I: A Date to Remember. Assignments are evaluated for understanding

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9

Create a table to neatly display information

HTML 5 Tables and Forms

SliceAndDice Online Manual

Shatin Tsung Tsin Secondary School S.3 Computer and Technology Web Page Design by HTML Introduction to HTML

MICROSOFT EXCEL Working with Charts

Transcription:

Chapter 4 Notes Creating Tables in a Website

Project for Chapter 4 Statewide Realty Web Site

Chapter Objectives Define table elements Describe the steps used to plan, design, and code a table Create a borderless table to position images Create a horizontal menu bar with text links Chapter 4: Creating Tables in a Web Site 3

Chapter Objectives Copy and paste HTML code to a new file Create a borderless table to organize text Create a table with borders and insert text Change the horizontal alignment of text Chapter 4: Creating Tables in a Web Site 4

Chapter Objectives 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 Create headings that span rows and columns using the rowspan and colspan attributes Chapter 4: Creating Tables in a Web Site 5

Project Guidelines (Review) Project Guidelines Review 1. Plan the Web Site 2. Analyze the need 3. Choose the content for the Web page 4. Determine how the pages will link to one another 5. Establish what other links are necessary 6. Create the Web page and links 7. Test all Web pages within the Web Site

Creating Web Pages with Tables Tables allow you to organize information on a Web Page using HTML tags. Table Elements Row Horizontal line of information Column Vertical line of information Cell intersection of a row and a column Two Types of Cells Heading cell displays text as bold and center aligned Data cell displays normal text that is left - aligned

Tables Borders, Headers, Captions, and Rules Table border is the line that encloses the perimeter of the table. Table header is the same as a heading cell (it is any cell with bold text that indicates the purpose of the row or column) Table Caption is descriptive text located above or below the table that further describes the purpose of the table

Rules Attribute Allows a web developer to select which internal borders to show in a table. Rules= none none creates a table with no internal rules Rules= col col creates a table with vertical rules between each column in the table Rules= rows rows creates a table with horizontal rules between each row in the table

Assignment Dec. 3 rd 2012 Create a new folder in your Persistent storage called Chapter 4 Copy and paste all templates from student html files from chapter 4; chapter files. Pages 157 159-160 160 162-165 165 Save as statewide.html Validate statewide.html on validator.w3.org

Chapter 4 Lesson 2 Three parts to coding a Table Planning Designing Coding Table www.ikewebdesign.weebly.com

How to Create Tables http://www.youtube.com/v/a9d2klbqxwm

Determine Need Not all pages require Table Table should be used to organize info so that it is easier for user to read Useful for creating structure and organization

Planning a Table Planning Draw on paper first Determine layout and what kind of tags you will use

Coding the Table Table is on page 154 in chapter 4 Table 4-14 Four main tags that will be used in coding a table. <table></table> Indicates the start and end of a table All other table tags are inserted within these tags <tr></ ></tr> Indicates the start and end of a table row Row consist of heading or data cells <th></ ></th> Indicates the start and end of a data cell in a table heading (also called a heading cell) Table headings default to bold text and center alignment <td></td> Indicates the start and end of a data cell in a table Data cells default to normal text and left - alignment

Table 4-14

<table></table> Align Bgcolor Border Cellspacing Cellpadding Cols width Table Tag Attributes Table is on page 156 Table 4-24

<tr></ ></tr> Align Bgcolor Valign Table Tag Attributes (cont) <th></ ></th> Table is on page 156 Align and bgcolor <td></td> Colspan Rowspan valign Table 4-24

Table 4-24

Assignment Dec 6, 2012 Write Table on pages 154 and 156 Statewide Realty Project Pages 169-170 170 172-174 174 Save as complex.html in you chapter 4 folder Validate complex.html @ validator.w3.org

Cellspacing Cellpadding Captions Chapter 4 Lesson 3 Assignment page 178-181 181 Working in vacancy.html Spanning Rows and Columns Using colspan attribute and rowspan attribute Assignment pages 184-192 192 Working in bedroom.html

Cellspacing, Cellpadding & Captions Cellspacing defines the number of pixels of space between cells in a table Cellpadding defines the number of pixels of space between a cell's contents and its border Captions are added to tables using <captions></captions>

Using cellspacing and cellpadding http://www.youtube.com/v/6-7omx2kn_u

Spanning Rows and Columns Colspan attribute of the <th< th> > and <td> tag sets a number of columns spanned by a cell. Rowspan attribute of the <th< th> > or <td> tag sets a number of rows spanned by a cell.

Using Spanning Rows and Columns http://www.youtube.com/v/p0jgwaj0f24

Assignment for December 10 th, 2012 Part 1 Vacancy.html Page Assignment page 178-181 Working in vacancy.html Part 2 Bedroom.html Page Assignment pages 184-192 192 Working in bedroom.html

Notes for Quizzes You can determine the height and width of an image using a paint or image editing program. Each Web page in a multipage Web site should have a link back to the home page To validate a Web site you visit the Web site validator.w3.org. Click the Print icon on the Command bar to print the Web page You use HTML tags to define the Web page structure. To bring attention to the text in the header, you can add a background color to the table data cell. When you set the table border, the number represents the number of pixels you want the border to be. Cellspacing defines the number of pixels of space between cells in a table. Cellpadding defines the number of pixels of space between the cell s contents and its border. A Caption can be used to further explain the main purpose of the table.

Notes for Quizzes CONT. Tables allow you to organize information on a Web page using HTML tags. A row is a horizontal line of information. A heading cell displays text as bold and center aligned. A table is the line that encloses the perimeter of the table. The rules attribute allows a Web developer to select which internal nal borders to show in a table. Creating a table for a Web page is a three-step process that does NOT include: creating a separate folder for table elements. Before writing any HTML code, sketch the table on paper. The <tr< tr> > tag indicates the start and end of a table row. The cols attribute of the <table> tag defines the number of columns. When you do not specifically identify the border size, the table will be borderless.

Notes for Quizzes CONT. The colspan attribute of the <th< th> > or <td> tag sets a number of columns spanned by a cell. You should not use different color backgrounds for the same level l or type of information to maintain reader interest. If you use size=+1 in the <font> tag the font size will be slightly larger than normal. A simple way to create additional column spans is to copy the code you already created. The font of #ffffff# does not specify a black font color. Text contained within <th< th> > tags default to bold and center aligned. You can save a Web page on a variety of storage media including a USB flash drive or a DVD. A data cell displays normal text that is left-aligned. Headers can be used by non-visual browsers to identify table content. Using rules= cols cols creates a table with vertical rules between each column in the table.