First page Back Continue Last page Image
Inline CSS
- Styles may be applied inline to any element in the <body> using the STYLE attribute in the relevant element tag. The STYLE attribute can contain any number of CSS properties.
- There are times when you just want to put a style property on a single element. This is not a powerful tool. It is basically included so you can consistently use css styles without resorting to older html style attributes
- <p style="background-color:#000000; color:#ffff00"> To find us turn
- <b style="font-size:120%">Left</b> at the first intersection</p>