<!DOCTYPE html>
<html>
<head>
<style>
img {
margin-right: 20px; /* Espacio a la derecha de la imagen */
margin-bottom: 20px; /* Espacio por debajo de la imagen */
}
</style>
</head>
<body>
<img src="imagen.jpg" alt="Mi imagen">
<p>Tu texto aquí</p>
</body>
</html>