<html> <head> <title>BODY TEXT Example A</title> </head> <body text="red" background="../../images/backgrounds/Ridgewater_white.gif"> <h1>BODY TEXT Example A</h1> This is an example of a <font color="Green">&lt;body text="red"&gt;</font> tag. <p> <br> <h3>Browsers Differ</h3> <table><tr><td> Web browsers display HTML elements differently. Remember that not all codes used in HTML are interpreted by all browsers. Any HTML code that a browser does not understand is usually ignored. <p> You could spend a lot of time making your page "look perfect" using your current browser and screen resolution. If you then check the page using another browser or another screen resolution, it will display (a little or a lot) differently. <p> Hence these words of advice: Code your pages using correct HTML. Leave the interpreting to the browsers and hope for the best. View your pages using different browsers at different resolutions to make sure that you have an acceptable look. </td></tr></table> </body> </html>