Dreamweaver Tables Mrs. Wilson. Prior Knowledge –What HTML tags were used to create a table? –Why are tables an important web development tool? –Predict:

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

HTML Tags and Their Functions
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
Creating Tables in a Web Site
Internet Basics & Way Beyond!
Working with Web Tables
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
Create a table Resize, split and merge cells Insert and align graphics within table cells Insert text and format cell content Maintain Web site Working.
CIS101 Introduction to Computing Week 07. Agenda Your questions Resume project Review Project Two HTML Project Three This week online Next class.
Macromedia Dreamweaver MX 2004 Design Professional Tables WORKING WITH.
Computing Concepts Advanced HTML: Tables and Forms.
1 Tables: Data in Rows and Columns – What is Table? – How Tables are Used? – Designing Tables – Table, Cell, Row Attributes – Using Tables for Alignment.
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.
Notes Ch. 12—Creating Tables Web Page Design. Why Use Tables? Tables are used to create a variety of items such as calendars, charts, and spreadsheets.
INTRODUCTION TO WEB DEVELOPMENT AND HTML Lecture 06: Tables - Spring 2011.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
Using HTML to Create Tables in Web pages Connie Lindsey November 2005.
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.
Identifies the Structure Table Row Column 1 Table Heading Column 2.
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.
HTML Comprehensive Concepts and Techniques Second Edition Creating Tables in a Web Site October 23, 2012.
CHAPTER 11 Tables. How Are Tables Used Data Display  Very tidy and very useful Better Text Alignment  Putting text in tables allows you to format indents.
XHTML Tables. Tables create little boxes in which you can place things to keep them organized. The little boxes are called table cells. Tables are created.
Tutorial 6 Creating Tables and CSS Layouts. Objectives Session 6.1 – Create a data table to display and organize data – Modify table properties and layout.
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.
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.
Principles of Web Design 6 th Edition Chapter 10 – Data Tables.
Website Development with Dreamweaver
Basic HTML Workshop By: Preeda Chunjongkolkul (Pete) Systems Librarian/Webmaster
CIS 205—Web Design & Development Dreamweaver Chapter 5 Using HTML Tables to Lay Out a Page.
Adobe Dreamweaver CS3 Revealed CHAPTER FIVE: USING HTML TABLES TO LAY OUT A PAGE.
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.
Creating Tables in a Web Site
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
Tutorial 5 Working with Tables and Columns
Chapter 5 Quick Links Slide 2 Performance Objectives Understanding Framesets and Frames Creating Framesets and Frames Selecting Framesets and Frames Using.
Computer Information Technology – Section 4-12 Some text and examples used with permission from: Note: We not endorsing or promoting.
Copyright 2006 South-Western/Thomson Learning Chapter 12 Tables.
Working with Graphics – Lesson 21 Working with Graphics Lesson 2.
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.
CIS234A- Lecture 7 Instructor Greg D’Andrea. Tables A table can be displayed on a Web page either in a text or graphical format. A text table: – contains.
Lesson 7. Tables Table Tags and Attributes Tables HTML tables are used in two main ways: 1.To organize tabular data in a familiar spreadsheet-like way.
Basic Table Elements. 2 Objectives Define table elements Describe the steps used to plan, design, and code a table Create a borderless table with text.
1 After completing this lesson, you will be able to: Plan a FrontPage Web site. Create a new Web. Create a subpage layout. Use the subpage layout to build.
Computer Science 101 Lists and Tables. Lists Unordered lists - use a bullet Ordered lists - use a number, Roman numeral, or letter.
CITY UNIVERSITY / Vysoká Škola Manažmentu.:MG Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 2 1.Create a new document 2.Save as L/bsba/IS330/yourfolder,
Key Applications Module Lesson 14 — Working with Tables Computer Literacy BASICS.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
20-753: Fundamentals of Web Programming 1 Lecture 6: Advanced HTML Fundamentals of Web Programming Lecture 6: Advanced HTML.
Positioning Objects with CSS and Tables
Creating Tables in a Web Site HTML 4 Created by S. Cox.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: HTML Tables.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
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.
Tutorial 5 Working with Web Tables. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Learn and Apply the structure of.
CNIT 131 HTML5 - Tables.
Yourfriendmanoj.wordpress.com Fb/yourfriendmanoj
Positioning Objects with CSS and Tables
Chapter A - Getting Started with Dreamweaver MX 2004
Objectives Create a reset style sheet Explore page layout designs
Exercise 24 – Software Skills
Principles of Web Design 5th Edition
Lesson 5: HTML Tables.
Positioning Objects with CSS and Tables
Key Applications Module Lesson 14 — Working with Tables
Presentation transcript:

Dreamweaver Tables Mrs. Wilson

Prior Knowledge –What HTML tags were used to create a table? –Why are tables an important web development tool? –Predict: Where do you believe you may find the insert table command? Do you think that may be several ways to insert a table?

The Use of Tables Tabular data on the WWW  You can display cell borders as is shown here  Or you can have invisible borders  Borders are invisible by default CoursesCredit CoursesCredit Electronic portfolios in college will require the use of tables to arrange data in an attractive manner.

Tables: Basic Elements 1.Rows horizontal spacing (left to right) 2.Columns vertical spacing (top to bottom) 3.Cells the box formed by intersection of column and row 4.Borders The line that surrounds the outside of the table. This can be set to any size or none at all, but 1-3 pixels is standard. Border colors can also be set 5.Background color Background colors can be set for the whole table or for individual cells.

Elements cell Columns Rows Borders outline the table and individual cells! Individual cell colors Background color

Table Modes We will use the “standard” or “basic” mode Basic is for beginners Located by visiting VIEW | TABLE MODE and then check off “standard”

Insert |Table Rows Columns Width…. Pixels or Percent Border Caption is the table heading Summary ADA required

A word about table widths/alignments… Table widths can be set as a pixel value or a percentage value. 700 pixels vs. 100 percent (%) Pixel values are good when you want to have a very consistent look on the page and not have things move around. Percent values are good when you want to fill the page. Column widths alignments will be set in the properties inspector during our practice assignment.

American with Disabilities Act of 1990 ADA is a comprehensive law that prohibits discrimination on the basis of disability –Over 54 million Americans are disabled; over 750 million worldwide; 10% of the online population is disabled Web site MUST be designed to meet the needs of all users –Special attention should be paid to the construction of web pages so that they can be easily "viewed" by people using computer software and equipment such as screen readers, Braille output devices, or non-standard input devices.

Today’s Assignment Let’s work together FIRST to locate the insert table commands Switch your mode to “standard” Create a simple table and save it to your Dreamweaver folder –You DO NOT need to set up a site –This is an individual document –Print only if time permits Complete a review sheet on tables