HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML alt Attribute

HTML alt Attribute

 

 

The alt attribute is used to provide the alternative information for an image, area, or input tags if a user for some reason cannot view it 

 

Used With:-

 

Elements Attribute
area alt
img alt
input alt

 

Syntax:-

 

Its syntax is:- < element alt="value" >

Code Explanation

All Tutorials related to HTML Attributes

All Sections related to HTML