html, css, jQuery, PHP, mySQL

Posts Tagged ‘curly braces’

CSS From Scratch. 5:1 The Cascade

Saturday, August 6th, 2011

In the previous lesson we learned how to link a CSS file to an HTML document and how to use the Star Selector or Wildcard to put a border around every element on the page. You should have a file named stlye.css saved in the same folder as index.html. If you do not, please consult [...]

Tags: , , , , , , , , , , , , , , , ,
Posted in Tutorials | 1 Comment »

CSS From Scratch 4:2 Syntax

Friday, August 5th, 2011

The asterisk is known as the star selector, or wildcard. It just means “everything” and can be very useful in CSS. * { border: 1px solid red; } This example selected all of the elements in your html document at once, and told the browser to give them all a red border, one pixel wide [...]

Tags: , , , , , , , , , , , , , , , , , , ,
Posted in Tutorials | No Comments »