Class 3
CSS – Cascading Style Sheets
<link
rel=”stylesheet”
type=”text/css”
href=”styles/basic.css” />
- There are relative and absolute references.
- The order of <h> and <p> etc is important mainly for SEO, if you want them reversed, keep them in a correct order in your html and inverse them with your css.
- Block elements vs. inline elements.
Advertisement
Categories: Assignments