HTML element: Difference between revisions

Content deleted Content added
Images: :Example: <nowiki><img src="http://en.wikipedia.org/upload/wiki.png" title="example of an image"></nowiki>
Line 253:
Includes an [[image]] with the "src" attribute, the required "alt" provides alternative text in case the image cannot be displayed. Alt is NOT a tooltip, use the "title" attribute for that.
 
:Example:

<nowiki><img src="http://en.wikipedia.org/upload/wiki.png" title="example of an image"></nowiki>
 
gives the image [[Image:Wiki.png|example of an image]] with the same tooltip (hover box), but not with the link.
 
===Others===