Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>#home {
    width: 46px;
    height: 44px;
    background: url("img_navsprites.gif") 0 0;
}


#next {
    width: 43px;
    height: 44px;
    background: url("img_navsprites.gif") -91px 0;
}

</style>
</head>
<body>

<img id="home" src="img_trans.gif"><br><br>
<img id="next" src="img_trans.gif">

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy