Creating Tables in a Web Site Using an External Style Sheet

Slides:



Advertisements
Similar presentations
HTML Tags and Their Functions
Advertisements

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
CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External Style.
CHAPTER 7 STYLING CONTENT WITH CASCADING STYLE SHEETS.
Project 8 Creating Style Sheets.
Creating and Editing a Web Page Using Inline Styles
Using Advanced Cascading Style Sheets
กระบวนวิชา CSS. What is CSS? CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to.
Chapter 8 Creating Style Sheets.
Chapter 5 Creating an Image Map
Chapter 3 Tables and Page Layout
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
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.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
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.
Chapter 12 Creating and Using XML Documents HTML5 AND CSS Seventh Edition.
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.
HTML Comprehensive Concepts and Techniques Second Edition Creating Tables in a Web Site October 23, 2012.
Chapter 3. Table have many uses in a HTML design but are mostly used for the organization of your web site. Tables also give vertical and horizontal structure.
Chapter Objectives Discuss the relationship between page length, content placement, and usability Complete Step 4: Specify the website’s navigation system.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Creating Tables in a Web Site
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.
Chapter 3 Dreamweaver: Part I The Web Warrior Guide to Web Design Technologies.
Web Design, 4 th Edition 4 Planning a Successful Web Site: Part 2.
Web Technologies Website Development Trade & Industrial Education
CITY UNIVERSITY / Vysoká Škola Manažmentu.:IS Information Systems :. © Martina Cesalova, 2005 MS FRONTPAGE 4 1. Create a folder on L/BSBA/IS330/website.
Website Development with Dreamweaver
1 Basic HTML. 2 Part 1: Basic Web Page Production.
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.
Creating Tables in a Web Site
HTML Concepts and Techniques Fourth Edition Project 12 Creating and Using XML Documents.
IT Introduction to Website Development Welcome!
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.
CIS234A Lecture 8 Instructor Greg D’Andrea. Review Text Table contains only text, evenly spaced on the Web page in rows and columns uses only standard.
CHAPTER 5 Working with Data Tables and Inline Frames.
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,
Cascading Style Sheets
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Updated on: September 4, 2010 CIS67 Foundations for Creating Web Pages Professor Al Fichera.
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.
Creating and Editing a Web Page
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
OV Copyright © 2008 Element K Content LLC. All rights reserved. Working with Web Pages  An Introduction to Cascading Style Sheets  Format a Web.
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.
Creating Web Pages with Links, Images, and Embedded Style Sheets
 Chapter 4.  External Style Sheet o Used to define styles for multiple pages in a Web site. o Also called Linked Style Sheets o Crete the style sheet.
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.
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.
CIS101 Introduction to Computing Week 07 Spring 2004.
4.01 Cascading Style Sheets
Positioning Objects with CSS and Tables
Creating Tables in a Web Site Using an External Style Sheet
Creating Tables in a Web Site
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.
Lesson 5: HTML Tables.
4.01 Cascading Style Sheets
Positioning Objects with CSS and Tables
Presentation transcript:

Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7th Edition Creating Tables in a Web Site Using an External Style Sheet

Chapter Objectives Define table elements Describe the steps used to plan, design, and code a table Create a borderless table for a horizontal navigation bar with text links Create an external style sheet to define styles across a Web site Utilize classes to give you more control over styles Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Chapter Objectives Link an external style sheet to Web pages where you want its styles applied Create a table with borders and insert text Use the box-shadow property to alter the appearance of an image Alter the spacing between and within cells using the border spacing and padding properties Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Chapter Objectives Utilize inline styles to alter the style of individual elements on a Web page Add background color to rows and cells Insert a caption below a table Create headings that span rows using the rowspan attribute Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Plan Ahead Complete Web page planning Analyze the content and organization of the Web page Choose the content and organization for the Web page Identify how to format various elements of the Web page Determine where to save the Web page Create the Web page and links Test all Web pages within the Web site Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Obtain all Materials Ensure you have all files for use in Ch. 4 Dining.gif Dining.html Golf.gif Home.gif Oceansidelogo.jpeg Tennis.gif Tennis.html Open Notepad++ (ensure Word-wrap is enabled) Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Entering Initial HTML Tags to Define the Web Page Structure Enter the HTML code shown in Table 4-3 pg. HTML 169. Save file as Oceanside.html Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Using the Box-Shadow Property Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Using the Box-Shadow Property Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Inserting, Centering, and Styling an Image with a Box-Shadow Use Table 4-5 to enter in Box-Shadow code Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Example of Positive Box-Shadow <div style="text-align: center"> <img src="oceansidelogo.jpg" width="866" height="259" alt="Oceanside logo" style="box-shadow: 10px 10px 12px #888888" /> </div> Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Creating a Horizontal Menu Bar with Image Links- Table 4.6 Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Creating an External Style Sheet Create a new file in Notepad++ to create the style sheet. Use Table 4-8, pg. HTML 182 to create the code for the style sheet When you save the style sheet after entering the styles, the file name extension should be: stylesch4.css Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Creating an External Style Sheet Five main elements in a web page that are defined in an external style sheet: body paragraphs links images tables Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Validating an External Style Sheet Visit www.validator.w3.org to validate your .css file Select “Validate by File Upload” tab and select file Correct any errors found Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

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

Table Properties Tags used to create tables Further describes how the table will be positioned and where the caption will be placed Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Creating a Table with Borders and Inserting Text Use Table 4-9 to create the “golf.html” page If using the same html coding and horizontal information as the oceanside.html page, simply copy and paste the code into a new file and save as “golf.html” Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Adding Border Spacing, Padding, and Row Color to a Table Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Creating a Table with Borders and Text Open tennis.html file and add a new table style on line 30: <table style="border-spacing: 5px; padding: 5px"> Add a table row stripe on line 37 and 39: <tr class="stripe"> Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Adding a Table Caption Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Creating the Headings that Span Rows Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Adding the Bolder Class to Data Cells Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Chapter Summary Define table elements Describe the steps used to plan, design, and code a table Create a borderless table for a horizontal navigation bar with text links Create an external style sheet to define styles across a Web site Utilize classes to give you more control over styles Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Chapter Summary Link an external style sheet to Web pages where you want its styles applied Create a table with borders and insert text Use the box-shadow property to alter the appearance of an image Alter the spacing between and within cells using the border spacing and padding properties Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

Chapter Summary Utilize inline styles to alter the style of individual elements on a Web page Add background color to rows and cells Insert a caption below a table Create headings that span rows using the rowspan attribute Chapter 4: Creating Tables in a Web Site Using an External Style Sheet

HTML 7th Edition Chapter 4 Complete