60 likes | 142 Vues
Why you should use CSS more. By Ruslan Polyanskiy. What is CSS. “Cascading Style Sheets ( CSS ) is a style sheet language used for describing the look and formatting of a document written in a markup language.” Helps create and organize the design of your sites. More Organization.
E N D
Why you should use CSS more By RuslanPolyanskiy
What is CSS • “Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language.” • Helps create and organize the design of your sites.
More Organization • It helps you organize your code. • Less code is needed on your main pages. • Easier to create a central design. • Easier updates on background design, table design, etc.
Beyond organization • Using CSS you can add many different cool things in your pages • You could add drop downs, comment sections, calendars, and whatever else you could think of either through use of JavaScript’s or pure CSS.
DIV tags and why you should use them • DIV tags are similar to regular CSS tags. • DIV tags affect a whole block of code in html unlike regular CSS tags that only affect a single tag (table, td).
Resources • http://www.quackit.com/css/codes/ • http://www.htmldog.com/guides/css/beginner/ • http://tutorialzine.com/2013/10/12-awesome-css3-features-you-can-finally-use/ • http://css3gen.com/ • http://www.1stwebdesigner.com/css/45-useful-css3-tutorials-and-techniques/ • http://coding.smashingmagazine.com/2010/02/01/50-brilliant-css3-javascript-coding-techniques/