Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!-- Complex chart with text description --> <figure> <img src="sales-chart.png" alt="Sales chart 2024" aria-describedby="chart-desc"> <figcaption id="chart-desc"> A bar chart showing monthly sales from January to June 2024. Sales rose from $10k in January to a peak of $24k in May, then declined to $18k in June. </figcaption> </figure>
Result
Open