PPT-Creating Special Effects with CSS

Author : myesha-ticknor | Published Date : 2016-07-10

Maureen Smith Professor Tutorial 4 Lesson Plan Review Session 41 Session 42 Session 43 Review Objectives Work with CSS selectors Create styles for lists Create and

Presentation Embed Code

Download Presentation

Download Presentation The PPT/PDF document "Creating Special Effects with CSS" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.

Creating Special Effects with CSS: Transcript


Maureen Smith Professor Tutorial 4 Lesson Plan Review Session 41 Session 42 Session 43 Review Objectives Work with CSS selectors Create styles for lists Create and apply class styles Create a rollover effect. CS380. 1. The good, the bad and the… ugly!. T. ags . such as b, i, u, and font are discouraged in strict XHTML. Why is this bad. ?. CS380. 2. <p>. <font face="Arial. ">. Shashdot. .. </. Kevin . Campbell. Katya . Sadovsky. What We. ’. ll Do. What is CSS?. View some code and talk basics. Why use CSS?. Advantages to Workflow. Cost Savings. Implementations. Resources. CSS Intro. What are Cascading Style Sheets?. Dept. of Computer Science and Computer Information. CSCI N-100. What is CSS. CSS is an abbreviation for Cascading Style Sheets. Style sheets are simply text files (.css ), composed of lines of code that tell browsers how to display an HTML page. . Cascading. Style . Sheets. CSS – Rules Review. CSS Rule Syntax has 3 parts:. Selector. Property. Value. Selector. Property. Value. Rule. CSS – <link> tag review. <head>. <title>My title</title>. Dawn Pedersen. Art Institute. What Are CSS Sprites?. Back in the day, sprites were the images in games that swapped one little image for another in a specific place on the screen.. The term has been appropriated by web designers to describe a CSS technique that is similar and very useful.. A very brief introduction. CSS, Cascading Style Sheets. 1. CSS. CSS.  stands for . C. ascading . S. tyle . S. heets. CSS . is a stylesheet language that describes the presentation of an HTML (or XML) document.. Resources. www.w3schools.com/css/css_reference.asp . (. list of all CSS properties). www.w3schools.com/css. /. www.glish.com/css. /. www.html.net/tutorials/css. /. blog.html.it/. layoutgala. /. Great Book. Ariel . Charette. Outline. For this presentation, I will be speaking about my experience in learning about special effects makeup. . I will go over my product, my mentor, my topics, and my successes and challenges throughout the project.. CSS.  stands for . C. ascading . S. tyle . S. heets. CSS describes . how HTML elements are to be displayed on screen, paper, or in other media. CSS . saves a lot of work. . It can control the layout of multiple web pages all at once. Slide . 1. CSS Rule. body {. font-family: Tahoma, Arial, sans-serif;. color: black;. background: white;. margin: 8px;. }. Selector. Declaration. Block. Attribute Name. Value. CS 142 Lecture Notes: CSS. CSS Objectives. Provide more control over web site content presentation and formatting. Facilitate cross web page consistency. Reduce the amount of coding within a web page to accomplish the desired results. .. css. extension. What can CSS do?. Change the default attributes associated with a tag or set of tags.. Example: set the font color for all content tagged with the <h1> tag. You can set certain attributes that you can’t do in HTML. Maureen Smith. Professor. Tutorial 4. Lesson Plan. Review. Session 4.1. Session 4.2. Session 4.3. Review. Objectives. Work with CSS selectors. Create styles for lists. Create and apply class styles. Create a rollover effect. Pages load faster - If you are using CSS, you do not need to write HTML tag attributes every time. Just write one CSS rule of a tag and apply it to all the occurrences of that tag. So, less code means faster download times..

Download Document

Here is the link to download the presentation.
"Creating Special Effects with CSS"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.

Related Documents