Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>background-image referance</title>
<link rel="author" title="Justin Hill" href="http://www.justin-hill.com">
<style>
.green {
top:50px;
left:50px;
}
</style>
<body>
<p> Test passes if green image shows and no red visable.</p>
<img class="green" src="../support/green.png">
</body>