Web 110
Final Project

CSS Embedded in HTML

One of the ways to use CSS is to use the <"style"> element. By putting that element in the head of an HTML file, it allows for users to code in CSS right on a given HTML file.

The Good Side:

  • Both CSS and HTML are right there
  • Can be good for single page webpages

  • The Bad Side:

  • Multi Page websites mean having the embeded CSS on every page which can be a hassle
  • It can Clutter the page up especially if there is a lot to style

  • Out of 200 lines, This CSS take up 127 ---->

    picture of CSS embeded in HTML