Difference between revisions of "Image Embeed"

(Created page with "Mediawiki support <nowiki>'''<img>'''</nowiki> tag to be used.<br/> You can simply used to put any kind of image with all additional attributes this tag allows '''Usage:''' <...")
 
Line 6: Line 6:
 
<img src="https://www.google.com/images/srpr/logo11w.png" />
 
<img src="https://www.google.com/images/srpr/logo11w.png" />
 
</pre>
 
</pre>
 
+
Will return:
 
<img src="https://www.google.com/images/srpr/logo11w.png" />
 
<img src="https://www.google.com/images/srpr/logo11w.png" />

Revision as of 03:26, 1 August 2014

Mediawiki support '''<img>''' tag to be used.
You can simply used to put any kind of image with all additional attributes this tag allows

Usage:

<img src="https://www.google.com/images/srpr/logo11w.png" />

Will return: