Lab #10

Brandon Wilson
Lab #10 External CSS

Building on the lab #9, lab #10 has the exact same code but reformatted it. This lab's purpose was to include external css instead of internal css.

From lab #9, internal css was to include styling options within an html document in a style tag that was located in the head. For this lab, in order to use external css, we had to make a separate file with the extension .css which indicates a css file. Everything in the stylesheet was the same from the code within an internal, the only difference was to make it in a different file. Once we coded our styles within a css file I linked it using this code.

<link rel="stylesheet" type="text/css" href="LB10_BrandonWilson_DD.css">

This added my css file to my html document and any changes I make to the css file modifies the html style.

A web designer would need to know how to make an external css style sheet so they can have a similar style among all of their webpages by linking the same stylesheet instead of making different styles for each page which would take up more time. This will allow users to know that they are within the same website just on a different page.

Comments

Popular posts from this blog

WBL Workshop #6 Interview Skills

CTE Expo Reflection Journal

Lab #12 Reflection