Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Images and ALT Attributes [was: Dreamweaver cc]

Community Beginner ,
Apr 25, 2018 Apr 25, 2018

      <img src="images/Banner/11.jpg" />

for this I am getting a red error showing,

an alt attribute must be present in <img>elements.

Can anyone help how to fix this?

Thanks,

Dewan,

5.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 25, 2018 Apr 25, 2018

Please read Use the alt attribute to describe the function of each visual - Quality Web Tips

For images: <img src="images/Banner/11.jpg" alt="myBanner" />

Translate
Community Expert ,
Apr 25, 2018 Apr 25, 2018

Please read Use the alt attribute to describe the function of each visual - Quality Web Tips

For images: <img src="images/Banner/11.jpg" alt="myBanner" />

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 26, 2018 Apr 26, 2018
LATEST

ALT is for accessibility.  In the event your image doesn't load, ALT  attributes appear in the browser letting users know what the missing image is supposed to be.   For the visually impaired, ALt is read aloud by screen readers. 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines