Last active
February 22, 2022 15:17
-
-
Save lucasassisrosa/dccefc302937e33d1c6db9c760576221 to your computer and use it in GitHub Desktop.
<img> "alt" attribute when it's a long text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img | |
src="https://images.pexels.com/photos/8499628/pexels-photo-8499628.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500" | |
alt="Short description for image. Detailed description below." | |
aria-describedby="description-extended" | |
/> | |
<div id="description-extended"> | |
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p> | |
</div> | |
<!-- copyright: @ash-bergs --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment