Image (img) tag
Created by Codedamn about a year ago
No description provided
12 Comments
<im> has a closing tag In HTML you don’t need to strictly follow the XHTML language standard however in a good way you should use the selfclosing method on tags which has no closing tag. If you will work with other markup languages then it’ll be handy if you remember for he selfclosing methods.
Instead of <img> you can use <img /> like <img src=”” alt=”” />
IMG alt: In HTML5 it is recommended to use the alt=”” attribute in order to successuflly work with reader programs.
Hotlinking without getting caught? I’ve been using the img tag and decided I want to hotlink some images but I don’t want the host of the images to know. Is there a way to keep it secret?
i am really enjoying myself
good video
you can use pixabay or pexels to get stock images, its free
To know more about any HTML tags u can visit w3schools.com. Highly recommended
I didn't knew we should not close the img tags. With a futher research a have found stackoverflow topic talking more about it. https://stackoverflow.com/a/23890795
image isn't showing. It shows broken img icon.
the copy and paste function doesn't seem to be working on the playground
you can use Pinterest for more high quality pics from different categories
also we can use alt= "info about image" attribute in the image tag if the img not display in web it will display the alt attribute