<link href="styleSheetName.css" rel="stylesheet" type="text/css">
will link to a style sheet.
if you scan the source code on websites and find this tag you can locate the stylesheet and have a look - this you'll get an idea of what stylesheets are used for.
As long as you can code html it shouldn't take you too long to pick up.