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

pull/23998/head^2
glamdring777 2019-03-21 09:24:59 -04:00 committed by The Coding Aviator
parent 1577bfd8c2
commit 39bb57d318
1 changed files with 2 additions and 0 deletions

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>