Unit 6 The Web Book Test.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
Cascading Style Sheets
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
CHAPTER 7 STYLING CONTENT WITH CASCADING STYLE SHEETS.
Making Things Look Nice: Visual Appearance and CSS CMPT 281.
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
Ch. 5 Web Page Design – Templates and Style Sheets Mr. Ursone.
Objective: Cascading Style Sheets. Why use CSS? Where to use it?
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Fluency with Information Technology INFO100 and CSE100 Katherine Deibel Katherine Deibel, Fluency in Information Technology1.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
STYLING THE WEBSITE - EXTERNAL CSS BY JORGE MARTINEZ.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
IT204 - Web Scripting and Authoring I Introduction to Dreamweaver Unit 6.
CS134 Web Design & Development Cascading Style Sheets (CSS) Mehmud Abliz.
Planning your site/organization on the Web Please use speaker notes for additional information!
INTRODUCTION TO CSS. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features of CSS Features of CSS  Creating Style Sheet Creating Style Sheet.
Web Design Part I. Click Menu Site to create a new site root.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 8: Working with Style Sheets.
Cascading Style Sheets CSS. Source W3Schools
XHTML Formatting font with a style declaration. Formatting Font HTML uses the font tag to change size and family of font But… the font tag is being deprecated.
 Look especially at › File Tips and Shortcuts › Student video.
External Style Sheets Exploring Computer Science – Lesson 3-6.
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 ?
Basic Web Page Design. Text book: HTML, XHTML, and CSS: Visual QuickStart Guide, Sixth Edition written by Elizabeth Castro. Software: Adobe® Dreamweaver®
Canvas Styles Adding Color with HTML / CSS Marley - Jan
What is CSS? A set of style rules that tell the web browser how to present a web page or document. – In earlier versions of HTML, style characteristics,
CSS. What does it stand for? Cascading Style Sheet.
Creating Web Documents CSS examples (do more later) Lab/Homework: Read chapters 15 & 16. Work on Project 3, do postings.
Cascading Style Sheets (CSS)
CSS Cascading Style Sheets
Getting Started with CSS
HTML5 and CSS3 Illustrated Unit D: Formatting Text with CSS
Bare boned notes.
IGEM Wiki Workshop 11/05/2017.
>> Introduction to CSS
Introduction to CSS.
Madam Hazwani binti Rahmat
Using Cascading Style Sheets Module B: CSS Structure
What is HTML? Standardized codes Web pages SGML Descriptive markup
CSS.
Filezilla problems continuing
CSS Cascading Style Sheets
Website Design 3
CSS.
Embedded with tags..
Web Page Development Tools
Starting to develop a website
Web Programming– UFCFB Lecture 11
Instructions for creating a template in MS Frontpage
HTML Links.
Web Page Development Tools
What are computers? Year 8.
Unit 16 The Web Book Test.
Apply procedures to create cascading style sheets.
CSS.
Introduction to CSS.
Web Design & Development
Unit 15 The Web Book Test.
Creating your own Styles
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Unit 4 The Web Book Test.
grade 3-4 addition and subtraction
Separating activities
One Set of Styles Connected to As Many Pages as You Want!!!
Cascading Style Sheets - CSS
© 2017, Mike Murach & Associates, Inc.
Presentation transcript:

Unit 6 The Web Book Test

Unit 6 Test The Web Book Test (found on page 62) List at least two ways to get your index.html page open and ready for editing:

Unit 6 Test The Web Book Test 2. Amaya wants to name the new style sheet what name? Why is this unwise?

Unit 6 Test The Web Book Test 3. The format of a CSS file is fairly easy to understand, once you know the basics. On the first line of each entry goes?

4. On subsequent lines, specify the various aspects of what? Unit 6 Test The Web Book Test 4. On subsequent lines, specify the various aspects of what?

5. Note that the semicolon on the final style characteristic is what ? Unit 6 Test The Web Book Test 5. Note that the semicolon on the final style characteristic is what ?

Unit 6 Test The Web Book Test 6. While we’re here, let’s add another style definition to our CSS file, this time for the <ul> tag which defines what?

Unit 6 Test The Web Book Test 7. However, it’s generally good practice to get into the habit of always including the semicolon at the end of what ?

Unit 6 Test The Web Book Test 8. The ability to change one, or indeed hundreds, of pages by making a single change to a single style sheet file is what makes CSS so what?

Unit 6 Test The Web Book Test 9. On page 67….. Can you use all the fonts found on your computer on your web page, why..?

Unit 6 Test The Web Book Test 10. It’s always safest to ensure that you only specify fonts in your CSS files which are pretty much guaranteed to be what?