<!DOCTYPE html>
<html>
<head>
<style>
img {
position: absolute;
bottom: 5%
}
</style>
</head>
<body>
<h1>This is a Heading</h1>
<img src="logocss.gif" width="95" height="84">
<p>Some text.</p>
</body>
</html>