/* This is a CSS comment */

/* here is a CSS rule, with a selector of h1, a property of color,
 * and the color property's value is red */
 
h1
{
	color: blue;
}

/* how can a document link to an external document
 * preffered way */


