Introduction to CSS

Three ways to style CSS

There are 3 ways to Use CSS :

1. Internal

2. Inline

3. External

Additional Notes

When you give a class attribute to your element, you must identify the element with with a dot starting the value of the class attribute.

If it is an ID, you will use a hash instad of a dot

With Element names, you just type the name of the element as the selector.