<!DOCTYPE html>
<title>My Example</title>
<style>
#unique {
background-image: url('/pix/samples/bg2.png');
}
div {
width: 20vw;
margin: 2vw;
padding: 3vw;
border: solid;
</style>
<div id="unique">ID</div>
<div>No ID</div>
<p>Note that only one element on the page can use a given ID. To style multiple elements, use a class.</p>