Practice
Keywords
Attributes/Styles (html)
- (bold) strong
- background-color: color
- color: color
- (hidden codes & comments) <!-- comment -->
- (division) div - for dividing parts of webpage
- font-family: Font
- font-size: 10px
- (italics) em
- (ordered/unordered) ol/ul & li
- span - for individual styling
- table border="1px"
- (make boxed lines) thead then use tbody
- title
- (rows) tr & (cells) td & th & th colspan="2"
- text-align: justification
- font-size unit em is a relative measure: one em is equal to the default font size on whatever screen the user is using (e.g. <p style="font-size: 1em">One em!</p>)
feb 5 2014 ∞
dec 16 2014 +