Unit 7 The Web Book Test.

Slides:



Advertisements
Similar presentations
Designing Websites Using HTML and FrontPage A Typical Webpage View Source A webpage is a text file containing instructions to tell a computer how the.
Advertisements

Today CSS HTML A project.
Part 2 Introduction to CSS. CSS Syntax – class selector 1 With the class selector you can define different styles for the same type of HTML element. You.
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.
Very quick intro HTML and CSS. Sample html A Web Title.
Links.  Styling Links  Links can be styled with any CSS property (e.g. color, font-family, background-color).  Special for links are that they can.
INTRODUCTORY Tutorial 7 Creating Liquid Layouts. XP Objectives Discern the differences among various types of layouts Create a liquid layout Create a.
Unit 20 - Client Side Customisation of Web Pages
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
Exploring Web Design Chapter 3 Web Typography. The goal of any web page is to communicate.
 CSS ids  Pages  Sites  HTML: class=“name”  Names may define format OR content › Either works  CAN apply multiple classes to the same tag  Multiple.
Typography G raphics theory. Typography Typography is the art of lettering which is… Used to create Effect Used to create Meaning Used to create some.
14-Aug-15 Design Principles. Design principles In The Non-Designer’s Design Book: Design and Typographic Principles for the Visual Novice, Robin Williams.
CHAPTER 8: Enhancing a Website Session 1. Objectives Embed a YouTube video in your website Insert a slideshow in your website Use Google fonts in your.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
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.
Creating Content That Looks Great Justin Prevatte (AAMFT & themelogic)
Understanding CSS Essentials: Content Flow, Positioning, and Styling
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.
HTML CSS JAVASCRIPT. HTML - Stands for Hyper Text Markup Language HTML is a ‘language’ that describes web pages. This language is a collection of codes.
Due Wednesday, October 29, Hawaii Maui Oahu Kailua AlaMoana Food Court Macy’s Foodcour t.html Macys.htm l Oahu.html Maui.html Home.htm l Main.css.
Algebra 2 Tuesday, May 5 Somebody get us started with “Good Things!” Open your books to page 540.
Cascading Style Sheets Objective: Create an external style sheet, embedded style sheet, and an inline style to change the look and feel of a web site.
TEXT.  Font Style Examples: ◦ Bold ◦ Italic ◦ Underline  Font Size Examples: ◦ Points  8 pt (can be smaller)  10 pt  12 pt.
CSCI 1200 / ASSC 1000 Chapter 5 Productivity Applications.
Text characteristics. Size Text size is measured in points Which text size would you choose?
CHAPTER 4 CREATING STYLES AND LAYOUTS WITH CSS. CHAPTER OBJECTIVES Create ID-based styles Position content with CSS Format text with CSS Identify CSS.
ACM 262 INTRODUCTION TO WEB DESIGN Week-7 ACM 262 Course Notes.
Intro to CSS Christy. What is CSS?  Cascading Style Sheets  Separates content from presentation  Defines how to display HTML elements  Provides control.
Web Authoring Task 8– Create the following Style Sheet: 1.Create a new CSS called Tiger.CSS Style Sheet Body Horizontal Tile using the Tiger.JPG H1 Browsers.
Absolute minimum18 point sans serif. Absolute minimum18 point sans serif 20 point sans serif.
Unit 5 The Web Book Test. Unit 5 Test The Web Book Test 1. On the bottom of page 46, why is writing web pages not like writing printed documents ?
Cs332a_chapt03.ppt CS332A Advanced HTML Programming Font Controls Typography Type Style = Font Family = fonts with similar characteristics Type Styles.
Browser Compatibility Testing, using different browsers Conditional Statements.
Font:  Text of a certain design, available in hundreds of varieties.  Called typeface. Style:  The way a font looks: Bold, Italic, regular Points: 
Canvas Styles Adding Color with HTML / CSS Marley - Jan
HTML Headers/Parag raphs. How to make a heading  Page Title This is a Heading This is a paragraph.
WebD Introduction to CSS By Manik Rastogi.
Communicating Information : Documents and Publications
Web Development & Design Foundations with HTML5 7th Edition
Style Sheets.
Intro to Dreamweaver Web Design Section 8-1
Web Authoring (Ski Resort Task)
Web Authoring Task 1– Create Style Sheet H1 H2 P LI OL UL Table Body
MS-Access (database) how to create blank data base.
Web Authoring Task 1– Create Style Sheet List – LI { Table Body
Chapter 6 More CSS Basics Key Concepts
Web Authoring Task 8– Create the following Style Sheet:
Style Sheet Create a new CSS called Cameras.CSS TD Web Authoring
Embedded with tags..
Basics of Web Design Chapter 6 More CSS Basics Key Concepts
Web Authoring Task 1– Create Style Sheet H1 H2 P LI Table Body
Fixed Positioning.
Design Principles 8-Dec-18.
Basics of Web Design Chapter 6 More CSS Basics Key Concepts
Exam1 Review CSE111 B.Ramamurthy 1/1/2019 B.Ramamurthy.
Unit 1 The Web Book Test.
The Internet 10/6/11 Cascading Style Sheets
Web Development & Design Foundations with HTML5 8th Edition
Exam1 Review CSE111 B.Ramamurthy 2/17/2019 B.Ramamurthy.
Unit 16 The Web Book Test.
Lesson 5 – Controlling fonts with CSS
Apply procedures to create cascading style sheets.
Design Principles 5-Apr-19.
Creating your own Styles
Client-Server Model: Requesting a Web Page
Summer 31: Web Authoring A trainee has started to create a single stylesheet to be used with the website. The stylesheet was not finished and contains.
Cascading Style Sheets
© 2017, Mike Murach & Associates, Inc.
Presentation transcript:

Unit 7 The Web Book Test

1.On pg. 68, what are known as the sans-serif fonts? Unit 7 Test The Web Book Test 1.On pg. 68, what are known as the sans-serif fonts?

Unit 7 Test The Web Book Test 2.What are Serifs?

3.What happens in fonts that aren’t at fixed-width? Unit 7 Test The Web Book Test 3.What happens in fonts that aren’t at fixed-width?

Unit 7 Test The Web Book Test 4. What are fonts that aren’t at fixed-width called and fonts that are at fixed-width called?

Proportional fonts tend to be more___and look more______ ? Unit 7 Test The Web Book Test 5.Fill in the Blanks. Proportional fonts tend to be more___and look more______ ?

6. What does a typical reference book runs to how many pages on CSS? Unit 7 Test The Web Book Test 6. What does a typical reference book runs to how many pages on CSS?

Unit 7 Test The Web Book Test 7. What is a class?

Unit 7 Test The Web Book Test 8.What are two difference between the style listed on pg. 69 and other styles?

9. What is the main benefit of using styles in HTML pages? Unit 7 Test The Web Book Test 9. What is the main benefit of using styles in HTML pages?

Unit 7 Test The Web Book Test 10.What are the two things that you need to know about to gain maximum benefits from CSS?