HTML element: Difference between revisions

Content deleted Content added
Line 255:
Example:
 
<nowiki><img src="http://en.wikipedia.org/upload/wiki.png" title="example of an image" alt="Wikipedia logo"></nowiki>
 
gives the image [[Image:Wiki.png|example of an image]] with the same tooltip (hover box), but not with the link, while
 
<nowiki><a href="http://en.wikipedia.org/wiki/Image:Wiki.png" title="example of an image"><img src="http://en.wikipedia.org/Wiki.png" alt=
"exampleWikipedia of an imagelogo" /></a></nowiki>
 
also produces the link.
 
In addition the image becomes a link, if the element "img" is put at the position of a link label, see [[#links and anchors]] belowabove.
 
===Others===