width and height

This commit is contained in:
semblanceofsense 2025-03-10 22:07:39 -06:00
parent ece2d86f0d
commit fecfb33266

View File

@ -1,5 +1,5 @@
<div> <div>
<h1>Welcome. This is a personal site I'm still working on.</h1> <h1>Welcome. This is a personal site I'm still working on.</h1>
<p>for now, enjoy this photo of my dog</p> <p>for now, enjoy this photo of my dog</p>
<img src="hazel.jpg"> <img src="hazel.jpg" width="270" height="330">
</div> </div>