0

attributes in html.

What work does attributes in html perform?

11th Jul 2025, 4:41 AM
Tanvi Saxena
Tanvi Saxena - avatar
1 Answer
+ 4
HTML attributes modify the action or visuality of elements. Different attributes perform different actions. For example: src provides the url destination to link a resource or asset. style allows you to use CSS inline. alt provides extra information on image for screen readers and when image fails to load
11th Jul 2025, 5:14 AM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar