Image Size – Width and Height

<!DOCTYPE html>
<html>
<body>

<p>If a browser cannot find the image, it will display the alternate text:</p>

<img src="https://code7school.com/beta/wp-content/uploads/2024/05/imgAttribute-150x150.jpg" alt="simp" style="width:500px;height:600px;">

</body>
</html>