HTML / CSS lesson 8 – External style sheet

In this lesson we copy and paste all the code from style tag into an external css style sheet, then refer to the style sheet in the code of our index page. This way if we update the style sheet it updates all of the pages on the website referring to the style sheet.