Lesson 5 – Controlling fonts with CSS

Slides:



Advertisements
Similar presentations
HTML and CSS. HTML Hyper Text Markup Language Tells browser how to display text and images.
Advertisements

WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli Instructor: Wednesday: 10:15 -11:15 Week 3.
CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
Introduction to CSS. What is CSS? A CSS (cascading style sheet) file allows you to separate your web sites (X)HTML content from it’s style. Use your (X)HTML.
CSS. CSS, or Cascading Styles Sheets, is a way to style HTML. Whereas the HTML is the content, the style sheet is the presentation of that document.
Recognizing the Benefits of Using CSS 1. The Evolution of CSS CSS was developed to standardize display information CSS was slow to be supported by browsers.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
More Information on Graphic Design & Color: A few pointers for your websites & other e- publications Dr. Jennifer Bowie.
Font Families What are they and why do I need them?
 CSS Presentation and layout is based on the CSS Box Model.  The CSS Box Model states that every element on a page is a rectangular box.  This includes:
Typography Basic terminology/concepts
Chapter Concepts Discuss Fonts Understand Fonts
1 CSS Styling with Fonts and Colors. 2 CSS Cascading Style Sheets and fonts CSS provides Style or Presentation options for our html pages CSS properties.
The Use of Typography in Print and Electronically. [typography] “exists to honour content” Robert Bringhurst, The Elements of Typographical Style.
SM5312 week 2: web design1 Web Typography Nick Foxall.
Cascading Style Sheet (CSS) Instructor: Dr. Fang (Daisy) Tang
WEB PAGES: CREATING AND MAINTAINING ** Tom Keane & Mayis SeapanInstructors: HTML Tags to format your text.
Chapter 10: TypographyCopyright © 2004 by Prentice Hall 10. Typography In this chapter you will learn about: The basic terminology and concepts of working.
Web Fonts. Choosing Fonts for a Website: Only those fonts that are installed on our viewers' computers will display properly on our web pages. For this.
TECH2018 Multimedia and the Internet More about CSS and Page Layouts.
10. Typography The basic terminology & concepts of working with type
Art 368 WEB Design 1 Spring 2002 Type Two basic families:  Serif and Sans Serif Parts of all type Ascenders, descenders, baseline, etc. Leading= linespacing/paragraph.
Font Families by Anthony Asay. Font Family ●Font family or font face is the typeface that is applied to the text by a web browser. ●There are a lot of.
Understanding CSS Essentials: Content Flow, Positioning, and Styling
Typography.  Introduction to Typography  Font Collections ▪ Serif ▪ They have small strokes at the end of the character strokes ▪ Ex: Times New Roman,
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.
 A style sheet is a single page of formatting instructions that can control the appearance of many HTML pages at once.  If style sheets accomplished.
Most of the attributes of the body element specify colors for the Web page. Note: The background attribute won’t be useful till we learn about graphics.
ALBERT WAVERING BOBBY SENG. Week 2: HTML + CSS  Quiz  Announcements/questions/etc  Some functional HTML elements.
Text and Fonts in CSS. Customizing fonts In CSS, fonts are divided into “font families” Only certain fonts are commonly installed on most computers Therefore.
Files you will need ... Black Goose Bistro Summer Menu
Professor Waterman Cascading Style Sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation.
Typography Chapter 10: TypographyCopyright © 2004 by Prentice Hall.
Fonts. Choosing Fonts How text looks on our web pages is a major component of the overall appearance of our site. We need to choose our text fonts carefully,
Intro to CSS Christy. What is CSS?  Cascading Style Sheets  Separates content from presentation  Defines how to display HTML elements  Provides control.
At the end of this lesson you will be able to: explain and recognise the difference between serif and sans serif fonts name some fonts choose appropriate.
Cascading Style Sheets (CSS). Learning Objectives To develop an understanding of how CSS can enhance the design of a webpage To create and apply CSS styling.
C HOOSING THE RIGHT FONTS ON YOUR WEBSITE. Convincing images, with beautiful color combination and attractive UI/UX design is the main key that makes.
Fonts.
WebD Introduction to CSS By Manik Rastogi.
CSS.
Cascading Style Sheets
CSS for Styling Text.
CS3220 Web and Internet Programming CSS Basics
Readability and Legibility
Understanding and Applying Typography in CSS
The Internet 10/11/11 Fonts and Colors
Introducing :CSS Cascading Style Sheets in 5 Lessons.
Intro to Dreamweaver Web Design Section 8-1
Applying Typography in CSS
CIIT-Human Computer Interaction-CSC456-Fall-2015-Mr
Understanding and Applying Typography in CSS
UNDERSTANDING CSS: THINKING INSIDE THE BOX The Cottage Garden The cottage garden is a distinct style of garden that uses an informal design, dense.
Working with text and images
CS 174: Server-Side Web Programming February 7 Class Meeting
The Internet 10/13/11 The Box Model
Design and Implementation of Software for the Web
Fonts.
CMPE 280 Web UI Design and Development September 4 Class Meeting
Introduction to Multimedia design
Lesson 4 – Introduction to CSS
Training & Development
CS3220 Web and Internet Programming CSS Basics
CMPE 280 Web UI Design and Development February 7 Class Meeting
CS3220 Web and Internet Programming CSS Basics
Testing and peer review
Adding content – bio medical
Session IV Chapter 15 - How Work with Fonts and Printing
Cascading Style Sheets
CMPE 280 Web UI Design and Development September 5 Class Meeting
Presentation transcript:

Lesson 5 – Controlling fonts with CSS 3 April, 2019 Do it now activity Lesson 5 – Controlling fonts with CSS

Investigate other style elements that can be controlled using CSS AIM Investigate other style elements that can be controlled using CSS

Learning objectives Understand how to set the following using CSS : Font style and size Demonstrate your understanding of the HTML you have learnt so far

Learning outcomes By the end of this lesson you will be able to .... ALL (Level 4) Select, combine and use internet services. Explain who the audience is when I am designing and creating digital content. MOST (Level 5) Construct static web pages using HTML SOME (Level 6) Justify the choice of and independently combine and use multiple digital devices, internet services and application software to achieve given goals.

Choose a business that you will create a webpage for. Learning objectives Understand how to set the following using CSS : Font style and size Demonstrate your understanding of the HTML you have learnt so far For the next few lessons you will create a web page for a business. You may create it for a business you will start in the future, or for one that already exists. Choose a business that you will create a webpage for. Border Margin Image styles Cascading Style Sheet Anchor Google Style Sheet

Learning objectives Understand how to set the following using CSS : Font style and size Demonstrate your understanding of the HTML you have learnt so far Cursive and fantasy are good for headings, since they are hard to read in large chunks.  Monospace is good for code; its characters have the same width.  Serif is great for printed text and headings; its letters have little hooks on the end called serifs.  Sans-serif is good for the main text of websites; its letters have no serifs (little hooks) and are easy to read on screens. CSS has 5 font types (called generic fonts): cursive, fantasy, monospace, serif, sans-serif. Border Margin Image styles Cascading Style Sheet Anchor Google Style Sheet

Learning objectives Understand how to set the following using CSS : Font style and size Demonstrate your understanding of the HTML you have learnt so far Sans-serif  - Andale Mono, Arial, Arial Black, Century Gothic, Trebuchet MS, Verdana.  Serif  - Times New Roman, Georgia.  Cursive - Comic Sans MS.  fantasy  - Impact.  Monospace - Courier New. A few fonts, called web-safe fonts, are available on all Mac, Windows and Android devices. Here is a list ofweb-safe fonts, grouped by generic font type. Border Margin Image styles Cascading Style Sheet Anchor Google Style Sheet

Border Margin Image styles Learning objectives Understand how to set the following using CSS : Font style and size Demonstrate your understanding of the HTML you have learnt so far A few fonts, called web-safe fonts, are available on all Mac, Windows and Android devices. Here is a list ofweb-safe fonts, grouped by generic font type. Border Margin Image styles Cascading Style Sheet Anchor Google Style Sheet

Learning objectives Understand how to set the following using CSS : Font style and size Demonstrate your understanding of the HTML you have learnt so far In CSS versions 1 and 2, web designers could only use web-safe fonts for text. To use fancy fonts in headings, you had to create images using software like photoshop. Now with CSS version 3 web fonts it is possible to use any font.  Border Margin Image styles Cascading Style Sheet Anchor Google Style Sheet

Learning outcomes I can … ALL MOST SOME (Level 4) Select, combine and use internet services. Explain who the audience is when I am designing and creating digital content. MOST (Level 5) Construct static web pages using HTML SOME (Level 6) Justify the choice of and independently combine and use multiple digital devices, internet services and application software to achieve given goals.