G73: Providing a long description in another location with a link to it that is immediately adjacent to the non-text content

HTML Snippet Code
Scenario 1: Bar graph which is not having alternate link text

Bar graph of a university report about students attendance at day1

Results for day1 of btech students attendance

Description of charts in the page

The above bar graph represents the number of students attendance in Andhra university btech college when college was reopened after holidays

  • 10 students are attended at day 1 in cse branch
  • 15 students are attended at day1 in ECE branch
  • 4 students are attended at day1 in EEE branch
  • 8 students are attended at day1 in mechanical branch
<h2>Bar graph of a university report about students attendance at day1</h2> <img src="../../../Resources/Images/results-for-1-day.png" alt="Results for day1 of btech students attendance"></img> <h3 id="desc"> Description of charts in the page</h3> <p>The above bar graph represents the number of students attendance in Andhra university btech college when college was reopened after holidays</p> <ul> <li>10 students are attended at day 1 in cse branch</li> <li>15 students are attended at day1 in ECE branch</li> <li>4 students are attended at day1 in EEE branch</li> <li>8 students are attended at day1 in mechanical branch</li> </ul>
Scenario 2: Bar graph with invalid reference of long description
Results for day1 of btech students attendance Long description <img src="../../../Resources/Images/results-for-1-day.png" alt="Results for day1 of btech students attendance"></img> <a href="#AU">Long description</a>