<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>Multiple Backgrounds</title>
</head>
<body>
<div>
<img src="https://ihypress.de/holidays/easter/egg2.gif">
<img src="https://ihypress.de//textures/wallpaper.gif">
</div>
<div style="width:700px; height:200px; background-image:url('https://ihypress.de/holidays/easter/egg2.gif'), url('https://ihypress.de//textures/wallpaper.gif'); font-size:1.5em;">
Multiple backgrounds
</div>
</body>
</html>