Added an article on the img tag from the w3school website. (#27559)

This commit is contained in:
glamdring777
2019-03-21 09:24:59 -04:00
committed by The Coding Aviator
parent 1577bfd8c2
commit 39bb57d318

View File

@ -22,3 +22,5 @@ In the code snippet above there is an image tag and the image is set to a width
#### More Information:
<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img" target="_blank">MDN article on the img tag<a>
<a href="https://www.w3schools.com/tags/att_img_width.asp" target="_blank">w3school article on the img tag</a>