Difference between revisions of "Image Embeed"

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:
+
Will return: <br/>
 
<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: