This Mini is going to be a bit of a step back to cover a simpler point that is still fairly important. This Mini is going to be on how to insert color into your website, a simple but unbelievably important step in web design. This can be done a few different ways. The first way would be to used the previously discussed <style> format in which you simply insert a style code and attach "Color: (insert color here);". Code such as this will edit the color of the specific item you insert it near. To edit the background of something you would simply replace "Color" with "Background-Color". We can actually use the exact same images from last time to illustrate this point.
Your other options are to either set up a separate document for all of your CSS code and attach that code to your HTML. Or you can simply insert CSS code into your actual HTML doc as seen below.