forked from ccccourse1/wp109b
-
Notifications
You must be signed in to change notification settings - Fork 0
imglink.md
DE45A edited this page Jun 16, 2021
·
5 revisions
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 gets an understanding of what the image contains:</p>
<img src="img_girl.jpg" alt="Girl with a jacket" width="500" height="600">
</body>
</html>