HTML File Paths

<!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">

</body>
</html>