How To Make An Image
An image? Sure, we can do that.
An image tag does not need to be closed.
makes:
That just puts the image as it is. Nothing is changed or added.
Do you want your image to 'say something' when it is hovered over?
You can put title="example" inside the image tag to do so.
makes:
hover over it, obviously
You want to change the dimensions of an image?
you can put width="#" and/or height="#"
makes:
I made an image not made to be 100x100, 100x100!
It's a good idea to do some math and figure out what the right dimensions for an image are, so it doesn't look ugly.