<html> <head> <title>Example 10-1-A</title> <style type="text/css"> div#banner{color:blue; font-family:"Arial", "Helvetica", "san-serif"; font-size:125%; background:url('bannerback.gif'); } div.body{font-family:"monospace"} </style> </head> <body> <div id="banner"> <p>This is my banner at the top of the page.<br> Perhaps there is important information given here.</p> </div> <div class="body"> <p>Text, Text and more text.<br> Text, Text and more text.<br> Text, Text and more text.</p> <p>Sample, sample, sample.<br> Sample, sample, sample.<br> Sample, sample, sample.</p> </div> </body> </html>