Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
img {
    position: absolute;
    right: 50px;
}

</style>
</head>
<body>

<h1>This is a heading</h1>
<img src="smiley.gif" width="42" height="42">

</body>
</html>


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