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>
Images: <a href="/wiki/Image:Wiki.png" class="image" title="example of an image"><img src="/upload/b/bc/Wiki.png" alt=
Line 257:
<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., while
 
<nowiki><a href="/wiki/Image:Wiki.png" class="image" title="example of an image"><img src="/upload/b/bc/Wiki.png" alt=
"example of an image" /></a></nowiki>
 
is the actual HTML code, also producing 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]] below.
 
===Others===