Thursday, 12 December 2013
Saturday, 4 May 2013
Thursday, 7 February 2013
Selectors (Nitesh Kumar)
•Select elements to apply a declared style.
•Selector types:
–Element Selectors: selects allelements of a specific type (<body>, <h1>, <p>, etc.)
–Class Selectors: selects allelements that belong to a given class.
–ID Selectors: selects a singleelement that’s been given a unique id.
–Pseudo Selectors: combines a selector with a user activated state(:hover, :link, :visited)
Saturday, 2 February 2013
Thursday, 31 January 2013
What is CSS? (Nitesh Kumar)
•Cascading: Multiple styles can overlap in order to specify a range of style from a whole web site down to a unique element. Which style gets applied pertains to the rules of CSS cascading logic.
•Style: CSS deals specifically with the presentationdomain of designing a web page (color, font, layout, etc).
•Sheet: Normally, CSS is a file separatefrom the HTML file –linked to the HTML file through its <head> (exceptions apply).
{ Nitesh Kumar A Web Designer }
Subscribe to:
Posts (Atom)













