یک پس زمینه خوب می تواند ظاهر یک سایت را واقعا عالی کند.

رنگ زمینه و متن خوب

<html>
<body bgcolor="#d0d0d0">
 
<p>
This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.
</p>
 
<p>
This is another paragraph. This is another paragraph. This is another paragraph. This is another paragraph. 
</p>
 
</body>
</html>

مثالی از رنگ زمینه و رنگ متن خوب که خواندن متن را آسان می کند.

 

رنگ زمینه و متن نامتناسب

<html>
<body bgcolor="#ffffff" text="yellow">
 
<p>
This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.
</p>
 
<p>
This is another paragraph. This is another paragraph. This is another paragraph. This is another paragraph. 
</p>
 
</body>
</html>

این مثال نشان می دهد که اگر رنگ زمینه و متن صفحه نامناسب انتخاب شوند، خواندن آن چه اندازه مشکل می شود.