What are the Important attributes of image tag?

Explain the important attributes of image tag? And it's values


10 Answers
1-10 of  10
10 Answers
  • image attribute is shown by <img> tag. two most required attribute in <img> tag is src to specify the image path and alt will be used for naming image if suppose img failed to load then the name written in alt will be displayedinstead of image.
    You can add border edit size of image etc. using many attribute as border, height, hspace, width etc.

  • You can use these tags to align, alt, border, height, width, space.etc.

  • src: source location of image width: width of an image height: height of an image alt: this attribute is important when image is not loaded it shows short text description of an image and also allows screen readers to read aloud.

  • href : for links
    src: for image location
    width,height: for adjusting the width and height
    alt: if image doesn't load

  • Image tag is given by <img> tag. It is an empty tag.
    Important attributes of image tag are:-
    1. src - it contains image file name.
    2. alt- it is a mandatory attribute which specifies an alternate text for an image,if the image cannot be displayed.
    3. width and height- it helps to specify width and height of the image in terms of either pixels or percentage of its actual size.
    4.border- it helps to specify border thickness in terms of pixels .
    5- align- it helps to align the image in left,center or right. by default , image will be aligned in left.

                              
     

  • image attribute is shown by <img> tag. two most required attribute in <img> tag is src to specify the image path and alt will be used for naming image if suppose img failed to load then the name written in alt will be displayedinstead of image.
    You can add border edit size of image etc. using many attribute as border, height, hspace, width etc.
     

  • Src,alt,height,width,border,

  • align, alt, border, height, width, vspace, hspace, etc.

Html

Didn't get the answer.
Contact people of Talent-Html directly by clicking here