CSS

1.) What does CSS Stand for?

CSS stands for Cascading Style Sheets.

2.) Why was CSS created?

CSS was created to show how HTML elements are to be displayed in your webpage.

3.) How many different methods are there for inserting styles and what are they?

There are 3 methods, linked, embedded, and inline.

4.) Explain in detail inline styles. What are they? Why and when are they used? Are they the preferred method for inserting styles into web pages? Why or why not?

An inline CSS is a style used to apply a unique style to a single element. This is not the most prefered style as it takes longer than most. This style is primarily used to make small changes, bigger changes can be made quicker with other styles.