Final Project Proposal

gantt chart for project

For my project I will be focusing on and CSS. While I will be focusing on CSS, HTML will be included because it is hard to talk about one and not include the other. I won't mention HTML too much but it will have to be showcased due to my talking points. My main talking points will be with CSS and how making a styles file can improve organization. I would also like to showcase the difference between:

  1. Using CSS on individual tags to style them
  2. Using CSS in the header of HTML to embed the CSS
  3. Creating a CSS file and linking it in the header to pull styles from a different source

What I learned is how much cleaner it looks to have a CSS file rather than embed the CSS in the HTML. While embeding CSS might be easier, It also extends the single HTML file by a lot more rather than just having a file dedicated to the CSS.