I need to make six images the same size, but everything I've done isn't working and so I'm here searching for help.
Here is my HTML:
<div>
<h1>Finest Images</h1>
<img src="img/arch.jpg" alt="Arch">
<img src="img/lake.jpg" alt="Lake">
<img src="img/landscape.jpg" alt="Landscape">
<img src="img/perfect.jpg" alt="Perfect">
<img src="img/treesnwater.jpg" alt="TreesnWater">
<img src="img/walk.jpg" alt="Walk">
</div>