การใส่ Background จะใส่ได้ทั้งแบบสีและแบบเป็นรูปภาพ การเขียนโค้ดก็จะแตกต่างกัน ดังนี้
<html>
<head><title> การใส่ Background </title>
</head>
<body bgcolor="ค่าสี">
</body>
</html>
.......................................................................................................................................................
<html>
<head><title> การใส่ Background </title>
</head>
<BODY background="ชื่อไฟล์ภาพ.นามสกุล">
</body>
</html>