Let me control over my pages: Tables, Frames, and CSS.

Slides:



Advertisements
Similar presentations
Chapter 3 – Web Design Tables & Page Layout
Advertisements

Cascading Style Sheets
Cascading Style Sheets
CHAPTER 7 STYLING CONTENT WITH CASCADING STYLE SHEETS.
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
Web Development & Design Foundations with XHTML Chapter 7 Key Concepts.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
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.
Advanced Web pages and Cascading Style Sheets (CSS)
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.
MSc. Publishing on WWW Tables and Style Sheets. Tables Tables are used to: Organize and display tabular data To create a layout for web pages.
Macromedia Dreamweaver MX 2004 Design Professional Tables WORKING WITH.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 9 1 Microsoft Office FrontPage 2003 Tutorial 9 – Using Layout Tables, Styles, and Office.
The.htm/.html Mystery When saving the template files in Internet Explorer, they will be named.htm by default. To be consistent with how the code was written.
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.
Website Workshop Legion of Mary Arlington Regia. Overview How to make the website Hosting Services HTML Refresher Free Webpage Building Software Search.
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.
Exploring Microsoft Office XP - Microsoft Word 2002 Chapter 61 Exploring Microsoft Word Chapter 6 Creating a Home Page and Web Site By Robert T. Grauer.
Chapter 4 Dreamweaver: Part II The Web Warrior Guide to Web Design Technologies.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
HTML Web Authoring Tonya L. DeZarn Janice Thompson Juana Wallace.
CO1552 – Web Application Development Lists, Special Characters, and Tables.
Website Development with Dreamweaver
11 HTML5 sharing St Bonaventure College & High School 31 May 2012.
Css. Definition Cascading style sheet (CSS) Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
CO1552 – Web Application Development Cascading Style Sheets.
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.
Cascading Style Sheets: Got Branding?. What is CSS? CSS = Cascading Style Sheets Styles define how HTML (web) elements are displayed. One (or more) style.
HTML Authoring. Design  A good website starts its life in the design stage Layout, Color, Sound, Content, Functionality and Maintainability aspects are.
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
5 Reasons Tables for Layouts are BAD! 1. Complicated & Difficult to maintain 2. Often slow to load 3. Tables can hurt search engine optimization 4. Tables.
Introduction to Web Page Design. General Design Tips.
Planning your site/organization on the Web Please use speaker notes for additional information!
IT: Web Technologies: Web Animation 1 Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Designing Web Site Layout Using.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
CHAPTER 5 Working with Data Tables and Inline Frames.
211 Multimedia Web Design Lesson 5/6 Dreamweaver Practice.
Cascading Style Sheets Level 2. Course Objectives, Session 1 Level 1 Quick Review Chapter 8: Adding Graphics to Web Pages Chapter 9: Sprucing Up Your.
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Cascading Style Sheets CSS. Source W3Schools
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
Page Design Issues IWM 14 Information Services for the Web.
Planning Site Design and Page Layout. Identify Best Practices Demonstrate Consistency: – One way to ensure a professional look and feel to a website –
Positioning Objects with CSS and Tables
Art for New Media 1 - Sketchbook: Look through past examples of the Dreamweaver Practice Gallery on the class website. Pick one that you think.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Introduction to Programming the WWW I CMSC Winter 2003 Lecture 5.
What is CSS? A set of style rules that tell the web browser how to present a web page or document. – In earlier versions of HTML, style characteristics,
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Cascading Style Sheets Using HTML. What are they? A set of style rules that tell the web browser how to present a web page or document. In earlier versions.
Planning Site Design and Page Layout
Create and edit web pages 4
Positioning Objects with CSS and Tables
Chapter A - Getting Started with Dreamweaver MX 2004
Advanced Web pages and Cascading Style Sheets (CSS)
Webpage Layout and Website Design
Introduction to web design discussing which languages is used for website designing
Styles and the Box Model
Page plans A01 Design.
Fixed Positioning.
What are Cascading Stylesheets (CSS)?
Web Design and Development
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.
Made By : Lavish Chauhan & Abhay Verma
Lesson 5: HTML Tables.
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Positioning Objects with CSS and Tables
Designing Web Site Layout Using Fireworks
Presentation transcript:

Let me control over my pages: Tables, Frames, and CSS

Tables (Layers)  Providing designers with some degree of control to the layout of Web pages

Tables  Percentages vs. Pixel  You can place anything in a cell including text, image, and buttons  Table alignment A table can be centered regardless of the size of the viewers’ monitor size.  Text or image alignment in a cell

Table  Use Template in Dreamweaver and insert Tables.

Frames  Multiple HTML Pages in one page Footer Main content Container Navigation Header

Frames: Advantages  Frames provide the consistent layout and navigational options.  Viewers stay in your site.

Warnings when using Frames  Cannot bookmark interior pages  Difficult to print  Poor scalability  Tricky to design  Search engines catalog incorrectly, or not at all  Not supported by older web browsers  Hard to organize and maintain individual HTML files  Visually unattractive  Older browsers do not support.  dorbad.html dorbad.html

CSS (Cascading Style Sheet)  Developers have some control of font, font sizes, spacing, etc.  A Single style sheet can be used for all of the pages on your site  A site can have a consistent layout across platforms, browsers, and different sizes of monitors.  d=u ton01.htm d=u ton01.htm

Types of applying styles  Hierarchy 1. Inline 2. Embedded style: inside of the file 3. Linked to external file:.CSS

External style sheet .CSS: A external file containing all formatting commands that you created

Warnings for using CSS  Older browsers (before Netscape 4.0 or Explorer 4.0) do not support CSS.

My recommendations: