Horje

Full Example of HTML alt Attribute

Here image url work
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>The alt Attribute</h2>
<p>The alt attribute should reflect the image content, so users who cannot see the image get an understanding of what the image contains:</p>

<img src="https://itupto.com/avatar.png" alt="Girl with a jacket" width="200" height="200">

</body>
</html>

Output should be:

Full Example of HTML alt Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attributes
Uploaded by:
Admin