Assignment017D

External Style Sheets

In this assignment, we will create a simple flexbox menu. We will style this page in our usual manner by creating a style section in the head of the document and typing in our CSS. However, we will then delete the style tags and move the CSS to another document. Our goal is to have a document for the HTML and a separate document for the CSS. We will then link the HTML document to the CSS document using the link tag.

HTMl to CSS - CSS code transfer

We will name our HTML document assignment017D.html and our CSS document masterstyles.css. Notice the .css extension.

First, let us code the menu below: