CSS like this?
<img src="https://devbest.com/logo-fancy.png" style="width:50px;height:65px;padding-left:25px" alt="DevBest Logo">
That is like trying to land an airplane onto a ant. Also I would have to remove image from before that I cannot do.
Learning it on the way but you can understand how it has confused me because there is no image code so I would have to randomly put one somewhere in my page's HTML and hope for my logo to show up in the right place.
I found this really useful.
The HTML command to place an image is constant...
I've never ever done code like that at all before in my life. Can you provide a guide?
I'm assuming something like this;
<img src="pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">
What is 'alt'?
What will happen if it is the wrong size?
I have website home page in HTML, the image code already is without size but I need to change it to another image I have saved on my computer anyway. Where do I begin?