Microsoft Expression Web-Illustrated Unit M: Advanced Typography Using CSS.

Slides:



Advertisements
Similar presentations
The Key Element in Desktop Publishing Design
Advertisements

Cascading Style Sheets
Working with Web Tables
Today CSS HTML A project.
INTRODUCTORY Tutorial 7 Creating Liquid Layouts. XP Objectives Discern the differences among various types of layouts Create a liquid layout Create a.
CIS 1310 – HTML & CSS 6 Layout. CIS 1310 – HTML & CSS Learning Outcomes  Describe & Apply the CSS Box Model  Configure Float with CSS  Designate Positioning.
ADVANCED CSS William Neely CEO, Piecewise.com. CSS FONTS AND TEXT CSS ‣ Line-height allows to indicate the amount of space between lines; allows for equal.
Chapter 8 Creating Style Sheets.
Week 9 Using the Box Properties. 9-2 The CSS Visual Formatting Model Describes how the element content boxes should be displayed by the browser –Based.
Tutorial 2: Formatting Text. Objectives Session 2.1 – Learn the functions of the Common toolbar – Change the size of text – Discern which fonts to use.
Chapter 6 Web Typography
Week 7 Web Typography. 2 Understanding Type Design Principles.
Page Design. Overall design issues u Know audience expectations u Know client expectations u Maintain a consistent look and feel u Consider how each page.
INTRODUCTORY Tutorial 3 Using CSS to Format Multiple Pages.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Working with Cascading Style Sheets. 2 Objectives Introducing Cascading Style Sheets Using Inline Styles Using Embedded Styles Using an External Style.
Glencoe Digital Communication Tools Create a Web Page with HTML Chapter Contents Lesson 4.1Lesson 4.1 Get Started with HTML (85) Lesson 4.2Lesson 4.2 Format.
Typography Web Design Professor Frank. Characteristics of Type on the Web Magazine/book typography – 1200 dpi Computer screens – 85 ppi (maximum)
HTML: PART ONE. Creating an HTML Document  It is a good idea to plan out a web page before you start coding  Draw a planning sketch or create a sample.
Web Design – Sec 4-6 and 4-7 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Chapter 8 Document Design 2 Page Layout
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.
1 Working with Cascading Style Sheet (CSS). 2 Cascading Style Sheets (CSS)  a style defines the appearance of a document element. o E.g., font size,
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Chapter 7 Web Typography Principles of Web Design, 4 th Edition.
Principles of Web Design 6 th Edition Chapter 5 – Web Typography.
Cascading Style Sheet (CSS)
Microsoft Word Building Block - Frequently used text saved in a gallery, from which it can be inserted quickly into a document. Clipboard - A storage.
Chapter 6 Web Typography. 2 Principles of Web Design Chapter 5 Objectives Understand principles for type design on a Web site Use the element Understand.
INTRODUCTION TO HTML5 Styling Text. Change the Font Size  You can use the font-size property to change the font size for a document’s text.  Instead.
Using FrontPage Express. Slide 1 Standard toolbars and menus Time indicator: gives an approximation of download time of the page.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
CIS67 Foundations for Creating Web Pages Professor Al Fichera Rev. September 14, 2010—All HTML code brought to XHTML standards. Reference for CIS127 and.
Word Lesson 9 Enhancing Documents Microsoft Office 2010 Advanced Cable / Morrison 1.
Tutorial 5 Working with Tables and Columns
Professor Waterman Cascading Style Sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation.
Basics of Web Design Chapter 6 More CSS Basics Key Concepts.
Microsoft Expression Web-Illustrated Unit E: Working with Pictures.
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.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
Word Tutorial 4 Desktop Publishing and Mail Merge
INTRODUCTORY Tutorial 3 Using CSS to Format Multiple Pages.
Cascading Style Sheets Eugenia Fernandez IUPUI. CSS Purpose CSS allow you to specify the style in which your XML elements are displayed. CSS were originally.
1 Working with Cascading Style Sheet (CSS). 2 Cascading Style Sheets (CSS)  a style defines the appearance of a document element. o E.g., font size,
Microsoft Expression Web-Illustrated Unit F: Enhancing a Design with CSS.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
Chapter 8 Print Type © 2013 Cengage Learning. All Rights Reserved. May not be scanned, copied or duplicated, or posted to a publicly accessible website,
CIS67 Foundations for Creating Web Pages Professor Al Fichera Rev. September 22, 2010—All HTML code brought to XHTML standards. Reference for CIS127 and.
CSCE Chapter 3 (Cascading Style Sheets) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department of Computer.
Typography A Key Element in Design A. Definition of Typography Typography is the appearance and arrangement of the characters that make up text on a page.
Chapter 7.  Change body and link styles  Create a drop-down menu  Change color and font styles in the menu  Create a pop-up effect using CSS  Utilize.
Blended HTML and CSS Fundamentals 3 rd EDITION Tutorial 3 Introducing Cascading Style Sheets.
1 CS428 Web Engineering Lecture 07 Font, Text & Background (CSS - II)
XP Tutorial 7New Perspectives on HTML and XHTML, Comprehensive 1 Working with Cascading Style Sheets Creating a Style for Online Scrapbooks Tutorial 7.
Microsoft Expression Web 3 – Illustrated Unit M: Advanced Typography Using CSS.
Laying out Elements with CSS
Working with Cascading Style Sheets
The Box Model in CSS Web Design – Sec 4-8
Understanding and Applying Typography in CSS
Formatting Text with CSS
The Box Model in CSS Web Design – Sec 4-8
Positioning Objects with CSS and Tables
Applying Typography in CSS
Understanding and Applying Typography in CSS
The Box Model in CSS Web Design – Sec 4-8
Chapter 7 Web Typography
Using FrontPage Express
Layout Terms Visual Hierarchy
Positioning Objects with CSS and Tables
CMPE 280 Web UI Design and Development September 5 Class Meeting
Presentation transcript:

Microsoft Expression Web-Illustrated Unit M: Advanced Typography Using CSS

Objectives Understand the importance of typography Control line length Use the line-height property Use the text-transform property Microsoft Expression Web - Illustrated

Objectives Use the letter-spacing property Create and apply a drop cap style Create and apply a pull quote style Create advanced typography effects Microsoft Expression Web - Illustrated

Understanding the Importance of Typography Typology choices affect  Visual design  Eye fatigue  Legibility  Accessibility and download times Microsoft Expression Web - Illustrated

Understanding the Importance of Typography Typography can decrease and improve legibility Microsoft Expression Web - Illustrated

Controlling Line Length Line length is the width of a block of text Affects the aesthetics of a page Very short or very long lines decrease comprehension Microsoft Expression Web - Illustrated

Controlling Line Length Microsoft Expression Web - Illustrated Menu page with page_content div selected

Controlling Line Length Microsoft Expression Web - Illustrated

Using the Line-Height Property Controls the amount of space between lines of text in a paragraph Also known as leading Best to specify as a percentage  The white space will change proportionally Most browsers use a setting between 120 and 130% Microsoft Expression Web - Illustrated

Using the Line-Height Property Microsoft Expression Web - Illustrated

Using the Line-Height Property Microsoft Expression Web - Illustrated An example of a Menu page with increased line spacing

Using the Text-Transform Property Allows you to specify how text is displayed Override the case in which the text was originally entered Microsoft Expression Web - Illustrated

Using the Letter-Spacing Property Controls the amount of white space between letters in a word Negative values decreases space Setting positive vales increases the space Microsoft Expression Web - Illustrated

Using the Letter-Spacing Property Makes text easier to read / visual interest Fonts make a big difference on the need for spacing Microsoft Expression Web - Illustrated

Using the Letter-Spacing Property Microsoft Expression Web - Illustrated Negative value for letter- spacing

Creating and Applying a Drop Cap Style The first letter of a paragraph Styled to be larger in size and drop down into the text of the paragraph Commonly used in print Adds drama / professional polish Microsoft Expression Web - Illustrated

Creating and Applying a Drop Cap Style Microsoft Expression Web - Illustrated

Creating and Applying a Drop Cap Style Three key elements  Increase font size as compared to paragraph  Make letter drop to the left side  Increase line height to give the letter room to drop Microsoft Expression Web - Illustrated

Creating and Applying a Drop Cap Style Microsoft Expression Web - Illustrated An example of a letter with a.dropcap style applied

Creating and Applying a Pull Quote Style A quote or excerpt summary that is formatted with a larger font size Placed on the page to draw attention Commonly used in print and on the Web Microsoft Expression Web - Illustrated

Creating and Applying a Pull Quote Style To create a pull quote with CSS you must:  Float the quote to the side  Make font size larger  Adjust the padding  You can also add more text effects Microsoft Expression Web - Illustrated

Creating and Applying a Pull Quote Style Microsoft Expression Web - Illustrated

Creating and Applying a Pull Quote Style Microsoft Expression Web - Illustrated Example of a menu page with styled pull quote

Creating Advanced Typography Effects Microsoft Expression Web - Illustrated Text with h3 tags applied

Creating Advanced Typography Effects Combine simple CSS properties in different ways Creates interesting effects Applied to regular headings to dress up your pages Microsoft Expression Web - Illustrated

Creating Advanced Typography Effects Microsoft Expression Web - Illustrated

Creating Advanced Typography Effects Microsoft Expression Web - Illustrated Example of page with different styles