<html>
<head>
<style>
img {
position: absolute;
left: 50px;
}
</style>
</head>
<body>
<h1>This is a heading</h1>
<img src="smiley.gif" width="42" height="42">
</body>
<!-- /css/tryit.asp?filename=trycss_position_left Thu, 06 Feb 2025 18:15:17 GMT -->
</html>