<html>
<body>
<h2>Images in Another Folder</h2>
<p>It is common to store images in a sub-folder. You must then include the folder name in the src attribute:</p>
<img src="../images/html5.gif" alt="HTML5 Icon" style="width:128px;height:128px;">
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_images_folder by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:24:04 GMT -->
</html>