codedamn

Image (img) tag

Created by Codedamn about a year ago

0

No description provided

12 Comments

    0

    <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.

    @adamg94

    Adam Gulyas

    @adamg94

    0

    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?

    @guilloryj

    Guilloryj

    @guilloryj

    0

    i am really enjoying myself

    @chineduwali77

    Chinedu Wali

    @chineduwali77

    0

    good video

    @dhami91

    Sagar Singh

    @dhami91

    0

    you can use pixabay or pexels to get stock images, its free

    0

    #D2

    @yuki

    Yuva Kishore Bhashyam

    @yuki

    0

    To know more about any HTML tags u can visit w3schools.com. Highly recommended

    @pratikagarwal

    Pratik Agarwalla

    @pratikagarwal

    2

    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

    @jeffjeff

    Jefferson Ferreira

    @jeffjeff

    0

    image isn't showing. It shows broken img icon.

    @gsam

    Gourshyam Mukherjee

    @gsam

    1

    the copy and paste function doesn't seem to be working on the playground

    @yangx32

    yang

    @yangx32

    0

    you can use Pinterest for more high quality pics from different categories

    @kumaraswamy1805

    KUMARA SWAMY

    @kumaraswamy1805

    0

    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

    @elyas

    Elyas Shamal

    @elyas

Your comment