<html>
<head>
<style type="text/css">
img
{
position:absolute;
right:50px;
}
</style>
</head>
<body>
<h1>This is a heading</h1>
<img src="/i/w3school_logo_white.gif" />
</body>
</html>