CSS Questions
1. CSS stands for Cascading Style Sheets
2. CSS was created because it describes how HTML elements are to be displayed on screen, paper, or in other media, and it saves a lot of work.
3. There are 3 different methods for CSS they are external, internal, and Inline
4. Inline style is a coding method in CSS. It is used to add a certain style to an elememnt in coding. They are not generally recommended for coding because it takes away some of the advantages in a style sheet.