From 39bb57d3180342a43cee9a994fcf83cc47e88b3f Mon Sep 17 00:00:00 2001 From: glamdring777 Date: Thu, 21 Mar 2019 09:24:59 -0400 Subject: [PATCH] Added an article on the img tag from the w3school website. (#27559) --- guide/english/html/attributes/img-width-attribute/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/html/attributes/img-width-attribute/index.md b/guide/english/html/attributes/img-width-attribute/index.md index 4b4882a459..f717506c96 100644 --- a/guide/english/html/attributes/img-width-attribute/index.md +++ b/guide/english/html/attributes/img-width-attribute/index.md @@ -22,3 +22,5 @@ In the code snippet above there is an image tag and the image is set to a width #### More Information: MDN article on the img tag + +w3school article on the img tag