Unit 4 Test CSS Test.

Slides:



Advertisements
Similar presentations
The Test Will last 60 minutes Will be submitted via the electronic coursework submission system (not part of the test itself Is worth 20% of total module.
Advertisements

Intro to HTML. HTML HTML = HyperText Markup Language Used to define the content of a webpage HTML is made up of tags and attributes Content.
CSS-Formatting Review Cascading Style Sheets addstyle to your HTML web pages.
Source: ojects/tabber/ ojects/tabber/
Cascading Style Sheets (CSS) “Styles” for short. Pg. 418.
1 Lesson 5 Introduction to Cascading Style Sheets HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
“Cascading Style Sheets” for styling WWW information DSC340 Mike Pangburn.
CSS normally control the html elements. Three Ways to Insert CSS There are three ways of inserting a style sheet: External style sheet Internal style.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
AD Intermediate Computer Graphics | spring 2008 | Daria Tsoupikova | School of Art and Design | UIC CSS Cascading Style Sheets.
CM143 Week 4 Introducing CSS. Cascading Style Sheets A definition for the style in which an element of the webpage will be displayed Border width, colour,
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
Technologies for web publishing Ing. Václav Freylich Lecture 5.
Basics of HTML.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
 ult.htm ult.htm  This website illustrates the use of CCS (style sheets)
Different ways to implement CSS. There are four different ways to use CSS in your web pages: – Inline CSS – Embedded CSS/Internal CSS – Linked CSS/External.
CSS Style Rules Guang Tong, Zhan L;lo’p[ Css Style Rule Guang Tong Zhan Three ways to insert CSS 1 External style sheet 2 Internal style sheet 3 Inline.
Using Styles and Style Sheets for Design
INTERNAL CSS Casey Ames Different types of CSS There are three different types of CSS: ◦ External CSS ◦ Internal CSS ◦ Inline CSS In this presentation.
Title, meta, link, script.  The title looks like:  The tag defines the title of the document in the browser toolbar.  It also: ◦ Provides a title for.
Cascading Style Sheets Tom Osman. Keep the content of a webpage separate from the formatting of the page. Structure (of content)  Headings  Sub headings.
Css. Definition Cascading style sheet (CSS) Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.
Working with Cascading Style Sheets (CSS) Module 2: HTML Basics LESSON 5.
CSS CSS is short for C ascading S tyle S heets. It is a new web page layout method that has been added to HTML to give web developers more control over.
Form Tag How to use Form Tag Something NEW ? PARAMETER Attribute NAME Specifies the name for a form To specify which form to submit with JavaScript, this.
 cascade Style Sheets (CSS) is a mark-up language that was first proposed in 1994 by Håkon Wium Lie. CSS works in conjunction with HTML to greatly increase.
Internet Web Publishing III. Intro to Cascading Style Sheets Patricia Roberts.
© 2011 Delmar, Cengage Learning Chapter 8 Using Styles and Design Style Sheets for Design.
Linking to an External Style Sheet Web Design Section 4-3 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
Planning your site/organization on the Web Please use speaker notes for additional information!
Definition CSS “Short for Cascading Style Sheets, a new feature being added to HTML that gives both Web site developers and users more control over how.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
INTRODUCTION TO CSS. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features of CSS Features of CSS  Creating Style Sheet Creating Style Sheet.
Cascading Style Sheets
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
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Body and Heading Tags and their Attributes. Attribute Name DefinitionValues backgroundIndicates the background image of the Web page. Ex. Filename(path.
Introduction to CSS Brendan Knight. What is CSS Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the.
Are You Smarter Than a 5 th Grader? 1,000,000 5th Grade HTML 5th Grade Syntax 4th Grade HTML 4th Grade Syntax 3rd Grade HTML 3rd Grade Syntax 2nd Grade.
CSS Hadas Kahsay. Overview  What is CSS  Basic syntax of CSS Rules  How to link CSS style to html documents  Browsers and CSS  Advantages of CSS.
External Style Sheets Exploring Computer Science – Lesson 3-6.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Objective % Understand advanced production methods for web-based digital media.
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 ?
Department of Computer Science, Florida State University CGS 3066: Web Programming and Design Spring
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
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,
Source of website: “Text/css rel=“styles heet” This is an external style sheet link. This means that the.
CASCADING STYLE SHEET CSS. CSS stands for Cascading Style Sheets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem.
Cascading Style Sheets Using HTML. What are they? A set of style rules that tell the web browser how to present a web page or document. In earlier versions.
Building CSS in Visual Studio Slide 2 Introduction Using the different HTML (and other) Visual Studio Editors CSS tools.
Introduction to CSS: Selectors
External Style Sheets.
Week-12 (Lecture-1) Cascading Style Sheets (CSS): describe how documents are presented on screens. Types of Style Sheets: External Style Sheet - Define.
Web Basics: HTML/CSS/JavaScript What are they?
Getting Started with CSS
Style Sheets.
Week 4: Introduction to Javascript
Web Design & Development
Cascading Style Sheets (CSS)
Intro to CSS CS 1150 Fall 2016.
CASCADING STYLE SHEET CSS.
Website Design 3
Intro to CSS CS 1150 Spring 2017.
Slightly more CSS.
CSS Styles Introduction.
One Set of Styles Connected to As Many Pages as You Want!!!
How to add a photo gallery in html/css
Presentation transcript:

Unit 4 Test CSS Test

Unit 4 Test CSS Test What is CSS?

2. List one advantage of HTML? Unit 4 Test CSS Test 2. List one advantage of HTML?

3. List one advantage of CSS? Unit 4 Test CSS Test 3. List one advantage of CSS?

Unit 4 Test CSS Test 4. What is the solution to getting away from having tyo copy the same CSS code on each page?

5. How do you create an external style sheet? Unit 4 Test CSS Test 5. How do you create an external style sheet?

6. What makes a CSS document a CSS document? Unit 4 Test CSS Test 6. What makes a CSS document a CSS document?

7. Why would you not need to declare that CSS code is on a page? Unit 4 Test CSS Test 7. Why would you not need to declare that CSS code is on a page?

8. What does “Globally redefine an HTML tag” mean? Unit 4 Test CSS Test 8. What does “Globally redefine an HTML tag” mean?

9. Is it possible to redefine any tag? Unit 4 Test CSS Test 9. Is it possible to redefine any tag?

10. What programs can you use, if you don’t know code values? Unit 4 Test CSS Test 10. What programs can you use, if you don’t know code values?

11. What is “link-visited-hover-active?” Unit 4 Test CSS Test 11. What is “link-visited-hover-active?”

12. How does CSS reduce the # of HTML Tags? Unit 4 Test CSS Test 12. How does CSS reduce the # of HTML Tags?

13. Were you able to down load your CSS file? Unit 4 Test CSS Test 13. Were you able to down load your CSS file?

14. Were you able to create your page? Unit 4 Test CSS Test 14. Were you able to create your page?

15. What tells the search engine that this page is a CSS page? Unit 4 Test CSS Test 15. What tells the search engine that this page is a CSS page?