© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.

Slides:



Advertisements
Similar presentations
Chapter 1: Introduction. Contents Whats New in Dreamweaver CS4? The Dreamweaver CS4 Interface Setting Up a Site Creating a Web Page Adding Text to Your.
Advertisements

© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Nvu - How to Create Your Own Website From Start to Finish!Dr. Dawn Sherry & Dr. Barry J. Monk Dr. Dawn Sherry Dr. Barry J. Monk Assistant Professor of.
CSS Cascading Style Sheets. Objectives Using Inline Styles Working with Selectors Using Embedded Styles Using an External Style Sheet Applying a Style.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
Project 8 Creating Style Sheets.
Chapter 8 Creating Style Sheets.
Ch. 5 Web Page Design – Templates and Style Sheets Mr. Ursone.
Chapter 3 Working with Text and Cascading Style Sheets.
Beginning Web Site Creation: Dreamweaver CS4. XHTMLCSS  Describes the structure  Content  Collection of styles  Formatting body { background-color:
Introducing Cascading Style Sheets  Cascading Style Sheet Basics  Creating Styles  Using Styles  Manipulating Styles  Text Formatting with CSS.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Getting Started with Dreamweaver
© 2011 Delmar, Cengage Learning Chapter 2 Developing a Web Page.
© 2010 Delmar, Cengage Learning Chapter 7 Using Styles and Style Sheets for Design.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
Cascading Style Sheets Dreamweaver. Styles Determine how the HTML code will display Determine how the HTML code will display Gives designers much more.
Chapter 3 Working with Text and Cascading Style Sheets.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Cascading Style Sheets (CSS) 1.  What is CSS?  Why CSS?  How to write a CSS? 2.
Using Styles and Style Sheets for Design
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
Intro to Dreamweaver Web Design Section 7-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course.
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
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.
Working with Text and Cascading Style Sheets. Unit Objectives Create a new page Import text Set text properties Create an unordered list Understand Cascading.
Formatting TEXT AND Using CSS. Adobe Dreamweaver CS3 - Illustrated.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit D Formatting Text and Using Cascading Style Sheets.
IT204 - Web Scripting and Authoring I Introduction to Dreamweaver Unit 6.
Essentials of HTML Class 4 Instructor: Jeanne Hart
© 2011 Delmar, Cengage Learning Chapter 8 Using Styles and Design Style Sheets for Design.
Adobe Dreamweaver CS5 - Illustrated Unit D: Working with Text and Cascading Style Sheets.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
Chapter 1 Creating a Dreamweaver Web Page and Local Site
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.
Macromedia Dreamweaver MX 2004 Design Professional And Graphics WORKING WITH TEXT.
Introducing Cascading Style Sheets. Cascading Style Sheet Basics  Cascading Style Sheet Basics  Creating Styles  Using Styles  Manipulating Styles.
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Tutorial 3 Adding and Formatting Text with CSS Styles.
Cascading Style Sheets CSS. Source W3Schools
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
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.
Macromedia Dreamweaver 8 Revealed WEB PAGE DEVELOPING A.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
Positioning Objects with CSS and Tables
© 2010 Delmar, Cengage Learning Chapter 11 Creating and Using Templates.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
NASRULLAHIBA.  It is time to take your web designing skills to the next level with Cascading Style Sheets (CSS). They are a way to control the look and.
Creating Web Pages with Links, Images, and Embedded Style Sheets
1 Cascading Style Sheet (CSS). 2 Cascading Style Sheets (CSS)  a style defines the appearance of a document element. o E.g., font size, font color etc…
CASCADING STYLE SHEET 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.
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.
Getting Started with Dreamweaver
Working with Text and Cascading Style Sheets
Chapter 2 Developing a Web Page.
Unit Objectives Create a new page Import text Set text properties
Using Cascading Style Sheets Module B: CSS Structure
Getting Started with Dreamweaver
Website Design 3
Working with Text and Cascading Style Sheets
Getting Started with Dreamweaver
Using Cascading Style Sheets (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.
Presentation transcript:

© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets

© 2011 Delmar Cengage Learning 1.Create unordered and ordered lists 2.Create, apply, and edit Cascading Style Sheets 3.Add rules and attach Cascading Style Sheets 4.Use coding tools to view and edit rules Chapter 3 Lessons

© 2011 Delmar Cengage Learning You should break up the text on a web page into smaller paragraphs or organized as lists. The lists include: –Unordered –Ordered –Definition Working with Text and Cascading Style Sheets

© 2011 Delmar Cengage Learning When you use the Cascading Style Sheets (CSS) all of your page elements will have consistent appearance. You can apply CSS formatting to a single document or all the pages in a website. Working with Text and Cascading Style Sheets

© 2011 Delmar Cengage Learning Tools You’ll Use Working with Text and Cascading Style Sheets

© 2011 Delmar Cengage Learning Unordered lists, sometimes called bulleted lists, are lists of items that do not need to appear in a specific sequence. These items are preceded by a bullet. Create Unordered and Ordered Lists

© 2011 Delmar Cengage Learning In Dreamweaver, the default bullet style is a round dot, but you can change it in the List Properties dialog box. Tools You’ll Use Create Unordered and Ordered Lists

© 2011 Delmar Cengage Learning Ordered lists, sometimes called numbered lists, are lists of items that are presented in a specific sequence. These lists are preceded by sequential numbers or letters. Create Unordered and Ordered Lists

© 2011 Delmar Cengage Learning An ordered list is appropriate for a list in which each item must be executed according to its specific order. Tools You’ll Use Create Unordered and Ordered Lists

© 2011 Delmar Cengage Learning Create Unordered and Ordered Lists You can format an ordered list to show different styles of numbers or letters. Definition lists are displayed with a hanging indent and are not preceded by bullets.

© 2011 Delmar Cengage Learning Cascading Style Sheets (CSS) are made up of sets of formatting attributes called rules. Rules, also referred to as styles, define the formatting attributes for page content. Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning The external style sheet is a separate file where you can save code. Style sheets are classified by where the code is stored. Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning Code can be stored: –In a separate file (external style sheet) –As part of the head content of an individual web page (internal or embedded style sheet) –As part of the body of the HTML code (inline styles) Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning Cascading Style Sheet file created in striped_umbrella site root folder Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning CSS are also classified by type: –A Class type can be used to format any page element –An ID type and a Tag type are used to redefine an HTML tag –A Compound type is used to format a selection Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning You can use buttons on the CSS Styles panel to create, edit, and apply rules. Once you add a new rule to a style sheet, it appears in a list in the CSS Styles panel. You can apply CSS rules to elements or to all of the pages of a website. Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning The benefits of using CSS: –You can define a rule and apply it to all pages of your website –They create a more uniform look and they generate cleaner code –They separate the development of content from the way the content is presented –They are much more compliant with current accessibility standards Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning A CSS rule consists of two parts: –The selector is the name of the tag to which the style declarations have been assigned –The declaration consists of a property (such as font) and a value (such as bold) Create, Apply, and Edit Cascading Style Sheets

© 2011 Delmar Cengage Learning Viewing CSS code Create, Apply, and Edit Cascading Style Sheets SelectorDeclaration PropertyValue

© 2011 Delmar Cengage Learning Style sheets can be used to format page backgrounds, link properties, and determine the appearance of almost any object on the page. Add Rules and Attach Cascading Style Sheets Code for embedded rules and a link to an external style sheet.

© 2011 Delmar Cengage Learning You can attach, or link external style sheets, to any page. If you decide to edit a rule, the changes will automatically be made to every objects that it formats. Add Rules and Attach Cascading Style Sheets

© 2011 Delmar Cengage Learning Related files are HTML files that are linked to other files necessary to display page content. A Cascading Style Sheet is an example of a related file. Add Rules and Attach Cascading Style Sheets

© 2011 Delmar Cengage Learning The Coding toolbar contains a number of handy tools that help you navigate your code and let you view your code in different ways. Use Coding Tools to View and Edit Rules Show Code Navigator Collapse and expand buttons Code selection Buttons Code viewing buttons Code option buttons Open Documents Code formatting buttons

© 2011 Delmar Cengage Learning You cannot move the Toolbar, but you can hide it, using the Toolbars command on the View menu. You can view and change page code on the Code View options menu under the View menu. Use Coding Tools to View and Edit Rules

© 2011 Delmar Cengage Learning You can collapse and expand panels, folders, and styles. Collapsing code lets you temporarily hide code between two different sections of code. Use Coding Tools to View and Edit Rules

© 2011 Delmar Cengage Learning Code hints are lists of tags that appear as you type. As you type code, Dreamweaver will recognize the tag name and offer you choices to complete the tag. You can add your own code hints to the list using JavaScript. Use Coding Tools to View and Edit Rules

© 2011 Delmar Cengage Learning Use Coding Tools to View and Edit Rules Using code hints As you begin typing code, the shortcut menu appears when Dreamweaver recognizes the code Double-click from the list to complete your tag

© 2011 Delmar Cengage Learning You can move an embedded style to an external style sheet or an inline style. Use Coding Tools to View and Edit Rules Moving the embedded small_text rule to the external style sheet file Move CSS Rules command