Using the CSS Box Model for Page Layout

Similar documents
Using Style Sheets for Consistency

Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00

Web Developer Jr - Newbie Course

Adobe Illustrator CS6. Illustrating Innovative Web Design

Fast track to HTML & CSS 101 (Web Design)

Garfield Public Schools Fine & Practical Arts Curriculum Web Design

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates

Using Adobe Dreamweaver CS4 (10.0)

WEB DESIGN COURSE CONTENT

Outline of CSS: Cascading Style Sheets

USD WEB SERVICES ADOBE DREAMWEAVER CSS DEVELOPMENT

Responsive Web Design Creative License

Dreamweaver Domain 2: Planning Site Design and Page Layout

WEB DEVELOPMENT IA & IB (893 & 894)

Web Page Design (Master)

IE Class Web Design Curriculum

Basic tutorial for Dreamweaver CS5

ANDROID TRAINING COURSE MODULES. Module-I: Introduction to Android. Introducing Android. Installing Development Tools. Using the Emulator.

CSS 101. CSS CODE The code in a style sheet is made up of rules of the following types

COMP-205 COURSE SYLLABUS FOR WEB DESIGN TECHNOLOGIES. Darla Thornburg Instructor

We automatically generate the HTML for this as seen below. Provide the above components for the teaser.txt file.

Introduction to Adobe Dreamweaver CC

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver CS5. Module 1: Website Development

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions)

Web Design & Development - Tutorial 04

Using an external style sheet with Dreamweaver (CS6)

Macromedia Dreamweaver 8 Developer Certification Examination Specification

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo

Creating Web Pages with Dreamweaver CS 6 and CSS

Web Development I & II*

Web Design I. Spring 2009 Kevin Cole Gallaudet University

HeuTX Riders \ A HOLISTIC APPROACH TO WEB DESIGN

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Microsoft Expression Web Quickstart Guide

CREATING HORIZONTAL NAVIGATION BAR USING ADOBE DREAMWEAVER CS5

Adobe Dreamweaver Exam Objectives

CST 150 Web Design I CSS Review - In-Class Lab

Skills for Employment Investment Project (SEIP)

{color:blue; font-size: 12px;}

Cascading Style Sheets (CSS)

Office Hours: Tuesdays and Thursdays, 9:30am 10:30am Tuesdays Noon-1:00pm Thursdays Noon-1:00pm by appointment only Room J-324

ebooks: Exporting EPUB files from Adobe InDesign

The Essential Guide to HTML Design

Advanced Web Design COURSE OUTLINE

CLASSROOM WEB DESIGNING COURSE

Creative Guidelines for s

HTML TIPS FOR DESIGNING

Creative Cloud for Web Design

This document will describe how you can create your own, fully responsive. drag and drop template to use in the creator.

Designing HTML s for Use in the Advanced Editor

File types There are certain image file types that can be used in a web page. They are:

IAS Web Development using Dreamweaver CS4

COURSE OUTLINE FACULTY OF INFORMATION AND COMMUNICATION TECHNOLOGY UNIVERSITI TEKNIKAL MALAYSIA MELAKA

Looking Good! Troubleshooting Display Problems

Create a Web Page with Dreamweaver

Learning Web Design. Third Edition. A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics. Jennifer Niederst Robbins

ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2

Development Perspective: DIV and CSS HTML layout. Web Design. Lesson 2. Development Perspective: DIV/CSS

New Perspectives on Creating Web Pages with HTML. Considerations for Text and Graphical Tables. A Graphical Table. Using Fixed-Width Fonts

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

Coding HTML Tips, Tricks and Best Practices

Web Design and Development Program (WDD)

ICE: HTML, CSS, and Validation

Saucon Valley School District Planned Course of Study

How to Properly Compose HTML Code : 1

COMMONWEALTH OF PENNSYLVANIA DEPARTMENT S OF Human Services, INSURANCE, AND AGING

Website Builder Documentation

Adobe Creative Suite: Introduction for Web Design

Castro, Elizabeth. HTML, XHTML & CSS Visual Quick Start Guide. Peachpit Press. Edition: Sixth. Pages: 456. ISBN:

San Joaquin County Office of Education Career & Technical Education Web Design ~ Course Outline CBEDS#: 4601

<?xml version= 1.0?> <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

Creating Web Pages With Dreamweaver MX 2004

LAMBDA CONSULTING GROUP Legendary Academy of Management & Business Development Advisories

Web Application diploma using.net Technology

How to create pop-up menus

FETAC Certificate in Multimedia Production. IBaT College Swords. FETAC Certificate in Multimedia Production Web Authoring Dreamweaver 3

Web Authoring CSS. Module Descriptor

GUIDE TO CODE KILLER RESPONSIVE S

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE

STATEMENT OF PURPOSE

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING

Application Note. Building a Website Using Dreamweaver without Programming. Nan Xia. MSU ECE 480 Team 5

Web layout guidelines for daughter sites of Scotland s Environment

TUTORIAL 4 Building a Navigation Bar with Fireworks

Microsoft Expression Web

What s New in Adobe InDesign CS3

Chapter 7 Page Layout Basics Key Concepts. Copyright 2013 Terry Ann Morris, Ed.D

Lesson Review Answers

Using HTML5 Pack for ADOBE ILLUSTRATOR CS5

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission

Dreamweaver. Introduction to Editing Web Pages

Nintex Forms 2013 Help

HTML CSS Basic Structure. HTML Structure [Source Code] CSS Structure [Cascading Styles] DIV or ID Tags and Classes. The BOX MODEL

KOMPOZER Web Design Software

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc mraymond@luminys.com

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.)

Transcription:

What You ll Learn CSS Features in Dreamweaver 8 Elements of the Using the CSS Box Model for Page Layout How to manipulate: Borders Margins Padding Different Ways of applying styles: External style sheet Embedded styles Betsy Bruce Principle Consultant Performance Factor Inline styles Different Types of Selectors: Class selectors ID selectors Redefining tag (simple selectors) How to create floated elements 1 2 CSS Features in Dreamweaver 8 Completed Exercise Completely CSS-based Page Properties Property inspector Relevant CSS Panel CSS Page Designs 3 4 Top 10 Reasons to Learn CSS By Christopher Schmitt, author of Designing CSS Web Pages, ISBN 0735712638 Modify -> Page Properties 1. Built from the ground up to replace traditional Web design methods. 2. Faster download times. 3. Shorter development time. 4. Greater control over the typography in a Web page. 5. It's easy to write. 6. Improvements in accessibility. 7. Print designs as well as Web page designs. 8. Better control over the placement of elements in Web page. 9. The design of Web pages is separated from the content. 10. Better search engine rankings. Now CSS only No <body> attributes Automatically added to the <head> 5 6 1

Exercise 1: Setting Page Properties CSS Storage Modify page text properties such as font, font size, and font color Modify the background color and margins of a page Style storage: External style sheet Embedded (in <head>) Inline (in tag) The Cascade Export CSS from a page into an external stylesheet 7 8 Exercise 2: External Style Sheet Export styles in a page to an external style sheet Attach an external style sheet to a page Width Height Here is some text that is in the content area 9 10 Margin Here is some text that is in the content area Border Each element is a box containing content Optional properties: Margins Always transparent Padding Same background as content Borders Default value = 0 Content Padding Here is some more text. 11 12 2

ID Selectors Insert div Tag One per page only Name begins with # Insert -> Layout Objects -> Div Tag Layer has an inline style definition Overrides an embedded or external style Name is ID Div Tag allows greater flexibility to apply a class or id selector 13 14 Exercise 3: Create the Banner Examine the Relevant CSS Define an ID selector using Dreamweaver Save a new style to an external style sheet Use the categories of the New CSS Style dialog box to define selector properties Create a new div using Dreamweaver's Div Tag object 15 16 Exercise 4: Create the Motto Exercise 5: Create the Menu Objective Format text within the New CSS Style dialog box using the Type and Block categories 17 18 3

Class Selectors Exercise 6: Create a Class Selector Can be applied to multiple elements on the page Name begins with. Create and name a class selector Apply a class selector to a div 19 20 Nested Divs Exercise 7: Create the Main Container Some styles are inherited and some are not Problems with Netscape 4 browsers 21 22 Float Exercise 8: Create Two Columns Must always set a width Learn more at the Floatutorial: http://css.maxdesign.com.au/floatutorial/ CSS Future: column settings Add a width that is a percentage of the size of the parent container Use the float property to create columns 23 24 4

Setting More Page Properties Exercise 9: Set Link Properties Format links using CSS in Page Properties *Adds styles to the document head 25 26 Exercise 10: Add the Title Redefine an HTML tag's appearance using CSS Use a filter Center the design 27 28 5