Answers for "what is alt in img html"

3

add a alt to a image in html

<img src="path/to/image" alt="text describing image" />
Posted by: Guest on October-31-2021
1

html img tag with alt

<img src="images/dinosaur.jpg"
     alt="The head and torso of a dinosaur skeleton;
          it has a large head with long sharp teeth"
     width="400"
     height="341">
Posted by: Guest on March-10-2022

Browse Popular Code Answers by Language