HTML5: How to specify a URL to a detailed description of an image?
Solution :
HTML Code:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>How to specify a URL to a detailed description of an image</title>
</head>
<body>
<img
src="https://www.w3resource.com/images/w3resource-logo.png" alt="html img src tag example" width="50%" height="50"
longdesc="w3r.txt">
</body>
</html>
Live Demo:
See the Pen img-longdesc-answer by w3resource (@w3resource) on CodePen.
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
- New Content published on w3resource:
- Scala Programming Exercises, Practice, Solution
- Python Itertools exercises
- Python Numpy exercises
- Python GeoPy Package exercises
- Python Pandas exercises
- Python nltk exercises
- Python BeautifulSoup exercises
- Form Template
- Composer - PHP Package Manager
- PHPUnit - PHP Testing
- Laravel - PHP Framework
- Angular - JavaScript Framework
- React - JavaScript Library
- Vue - JavaScript Framework
- Jest - JavaScript Testing Framework