flâneur

CSS

web.stanford.edu · 1,068 words · saved by 1 readers

N/A

Cascading Style Sheets (CSS) Mendel Rosenblum CS142 Lecture Notes - CSS 1 Driving problem behind CSS What font type and size does <h1>Introduction</h1> generate? Answer: Some default from the browser (HTML tells what browser how) Early HTML - Override defaults with attributes <table border="2" bordercolor="black"> Style sheets were added to address this: Specify style to use rather than browser default Not have to code styling on every element CS142 Lecture Notes - CSS 2 Key concept:…

related reading