x
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<style>
6
img {
7
position: absolute;
8
right: 50px;
9
}
10
</style>
11
</head>
12
13
<body>
14
<h1>This is a heading</h1>
15
<img src="/examples/logocss.gif" width="95" height="84">
16
</body>
17
</html>