What could be causing the empty space to the right of my image?
This is how the HTML file appears:
...
<body>
<div class="image">
<img src="image.jpg" alt="Picture here" id="image" align="middle"></img>
</div>
</body>
Visual representation can be viewed here:
My intent was for just the giraffe image to be displayed. So, where exactly is this extra white space originating from?