<html> <head> <title>Example 9-1-A</title> </head> <body> <p>The following is an example of inline styles.</p> <h3 style="color:red">This heading I want red in color.</h3> <p>This <b style="color:blue; background:yellow">important text</b> should be blue with a yellow background. </p> </body> </html>