HTML - Background
Background color and pictures
Insert a Background picture
<html> <head> <title>Hello World</title> </head> <body background="/img/00194.png"> Page with smiley face as background </body> </html> |
View above example output in a new browser window |