Hi all How can we insert an alt tag on an image on a website?
Marc0 Well-known member Registered Joined Jun 6, 2012 Messages 890 Points 28 Feb 18, 2013 #1 Hi all How can we insert an alt tag on an image on a website?
EasySiteNetwork New member Registered Joined Feb 18, 2013 Messages 11 Points 0 Feb 18, 2013 #2 abhi2554 said: Hi all How can we insert an alt tag on an image on a website? Click to expand... The alt tag an be inserted directly into img tag as an attribute of it. For example - HTML: <img src="/myimage.png" alt="This is my image alt tag">
abhi2554 said: Hi all How can we insert an alt tag on an image on a website? Click to expand... The alt tag an be inserted directly into img tag as an attribute of it. For example - HTML: <img src="/myimage.png" alt="This is my image alt tag">