PPT-4.01 HTML, CSS and Color
Author : pamella-moone | Published Date : 2018-02-28
Additive Color Colors on your computer monitor are displayed by combining red green and blue light Its a process known as additive color A computer works
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "4.01 HTML, CSS and Color" 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.
4.01 HTML, CSS and Color: Transcript
Additive Color Colors on your computer monitor are displayed by combining red green and blue light Its a process known as additive color A computer works with light If you mix . – Part I. Svetlin Nakov. Telerik Corporation. www.telerik.com. Table of . Contents (Part I). What is CSS?. Styling with Cascading . Stylesheets (CSS). Selectors and style definitions. Linking HTML and CSS. 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 . 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. . , 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.. 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. Cascading. Style . Sheets. Lesson Overview. In this lesson, you . will learn:. CSS Box Model. CSS properties for . border. CSS properties for . padding. The CSS Box Model. The box model is used for layout purposes. STYLE SHEETs . ). CSS Box Model. CSS Box Model. All HTML elements can be considered as boxes. In CSS, the term "box model" is used when talking about design and layout.. The CSS box model is essentially a box that wraps around HTML elements, and it consists of: margins, borders, padding, and the actual content.. . 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. <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…. Introduction. What do you know about CSS? . What do you hope to do with CSS?. How familiar are you with HTML?. Presentation Summary. What is CSS?. CSS & HTML. The Box Model. Style Sheet Implementation. .. 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. styling WWW information . . CSS. Advantages. Makes . website more . flexible . CSS is . reusable. Change . stylesheet. to change design of many pages. Example: CSS Zen garden . http://www.csszengarden.com/. The Desired Brand Effect Stand Out in a Saturated Market with a Timeless Brand
Download Document
Here is the link to download the presentation.
"4.01 HTML, CSS and Color"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