<strong>يجب أن</strong> تحتوي جميع عناصر <code>img</code> على السمة <code>alt</code> . يستخدم النص داخل السمة <code>alt</code> لقارئات الشاشة لتحسين إمكانية الوصول، ويظهر في حالة فشل تحميل الصورة.
ملاحظة: إذا كانت الصورة مزخرفة تمامًا ، فإن استخدام السمة <code>alt</code> بلا نص هو أفضل ممارسة.
من الناحية المثالية ، يجب ألا تحتوي السمة <code>alt</code> على أحرف خاصة ما لم تكن هناك حاجة إليها.
دعنا نضيف السمة <code>alt</code> إلى مثال العنصر <code>img</code> أعلاه: <code><img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumbs up."></code>
testString: 'assert(new RegExp("\/\/bit.ly\/fcc-relaxing-cat|\/\/s3.amazonaws.com\/freecodecamp\/relaxing-cat.jpg", "gi").test($("img").attr("src")), "Your image should have a <code>src</code> attribute that points to the kitten image.");'
testString: 'assert(code.match(/alt\s*?=\s*?(\"|\").*(\"|\")/), "Your image element <strong>must</strong> have an <code>alt</code> attribute.");'
```
</section>
## Challenge Seed
<sectionid='challengeSeed'>
<divid='html-seed'>
```html
<h2>CatPhotoApp</h2>
<main>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>