Web 110
Final Project

CSS in Code:

CSS is fundemental for how websites look. It goes hand and hand with HTML. HTML is the building blocks and foundation for CSS to build upon. With CSS, users can design how the webpage looks, essentially taking that foundation that was set by the HTML and adding roofing and all the other features that turn the code from just a foundation to looking like a house and home for companies and others. CSS allows for change in typography, it allows for users to divide content into boxes and move them as the user pleases, and allows for useres to change the layout of the site based off of the size of the screen.

Styling Code using CSS:

Styling with CSS is pretty simple. When it comes to CSS, its about knowlege. It can be easy to use as long as you know the keywords and what they do. Before getting into how to code, it is important to know how to link the CSS to the HTML. There are three main ways to link/attach styles to HTML:

  • CSS attatched to attributes
  • CSS embeded in the HTML
  • External CSS FIles

  • There may be reasons for using each method.
    Click the links at the top to learn more about each of the options!