Kara Harbour

summary 3

1.CSS- CSS stands for cascading style sheet. CSS helps design the html and tells where it will go on the screen. CSS saves alot of time because you can declare what <h1> or <h4> does.

2.CSS syntax- the CSS syntax is the tag that you want to style. Each style you create has a CSS property name and a value. And example is background color and the color numbers or name.

3. CSS selector- The CSS selector helps users find the html you want to style. so if you have p{background color:blue, Text-aligned: center}, the text with be blue and centered. different nmes assign different elements to different tags. the * assigns it to every element on the page.