Style Tag
   - You can also use a style tag in the head.
 
   - <style type="text/css"> 
        b {color:red} 
       </style>
    
   - All the bs will be red, unless...
 
   - You can put other tags in the style to format them.
 
   - You can also use the link tag to define a relationship between
       a document and an external resource.
 
   - Often that external resource is a style sheet.