xxxxxxxxxx
<html>
<body>
<h1>Basic img element example</h1>
<img
width="400"
height="225"
src="https://res.cloudinary.com/thewebmaster/image/upload/image/moon-earth.png"
alt="Moon and Earth"
/>
</body>
</html>