I am trying to add a small icon or image next to my HTML code on a webpage, but I can't seem to get it to display properly. Currently, the image is showing above the code instead of beside it. How can I adjust my code to achieve this? Below is the code snippet I am working with:
div class="row">
<div class="col-sm-4">
<div class="row">
<div class="col-12">
<img class="img-circle" src="download.jpg">
<h1> A heading </h1>
</div>
</div>
<hr> <br>
<p> "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum." </p>
</div>
Here is a wireframe representation of the code structure: View Wireframe
Unfortunately, the output is not displaying as expected. To see the actual result, you can check the link below: Output Image