PPT-Basic CSS
Author : test | Published Date : 2016-07-10
Cascading Style Sheets CSS Rules Review CSS Rule Syntax has 3 parts Selector Property Value Selector Property Value Rule CSS ltlinkgt tag review ltheadgt lttitlegtMy
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "Basic 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.
Basic CSS: Transcript
Cascading Style Sheets CSS Rules Review CSS Rule Syntax has 3 parts Selector Property Value Selector Property Value Rule CSS ltlinkgt tag review ltheadgt lttitlegtMy titlelttitlegt. Sheets. Brief Introduction. Norman White. Background. HTML was not intended to have tags for formatting a document.. Intended to define contents (headings, paragraphs etc.). HTML 3.2 added tags like font, color . 1. The good, the bad and the… ugly!. T. ags . such as b, i, u, and font are discouraged in strict . HTML. Why is this bad. ?. 2. <p>. <font face="Arial. ">. Shashdot. .. </. font>. 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?. , 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.. In-line. In-line. . styles are . dropped . straight into the HTML tags using the style attribute.. – Part II. Svetlin Nakov. Telerik Corporation. www.telerik.com. Table of . Contents (Part II). The Box Model. Alignment, Z-Index, Margin, Padding. Positioning and Floating Elements. Visibility, Display, Overflow. Web Page Design – CSS Lesson 2. Lesson objectives. Learn a wider range of CSS selectors. Understand the idea of cascading . The universal selector (*). Class and ID selectors. Pseudo selectors. Universal Selector. 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.. Svetlin Nakov. Telerik Corporation. www.telerik.com. http://schoolacademy.telerik.com. Table of Contents. What is CSS?. Styling with Cascading . Stylesheets (CSS). Selectors and style definitions. Linking HTML and CSS. . From Fiddle to Web Page. Revisit Lab 1. 1. Open COMP101 folder. 2. Create lab1 folder. 3. Open Komodo Edit. 4. Create index.html from template. 5. Adjust template. 6. Open fiddle. 7. Copy . fiddle to body. 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. Chapter 3. Cascading Style Sheets (CSS). . Used to configure text, color, and page layout.. Launched in 1996. D. eveloped by W3C. CSS Zen Garden Web Page Ex. Advantages of CSS. More options for typography and page layout. <span> & <div>. CS110: Computer Science and the Internet. Some style improvements…. How can we style the word “optional” to be red?. While we’re at it, let’s tone down those bold headers…. 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.
Download Document
Here is the link to download the presentation.
"Basic 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