<html> <head> <title>Example 8-1-C</title> <style type="text/css"> p b{color:green; background:yellow;} </style> </head> <body> <center>This word is <b>bold</b>.</center> <p>This is a standard paragraph. I want a special look for a <b>bolded</b> word.</p> </body> </html>