HTML element: Difference between revisions

Content deleted Content added
Wapcaplet (talk | contribs)
Images: removing image example (see talk page)
Wapcaplet (talk | contribs)
Line 195:
 
;<code>&lt;img...></code> (<code>&lt;img... /></code> in XHTML)
:Includes an [[image]] with the <code>src</code> attribute, the required <code>alt</code> provides alternative text in case the image cannot be displayed. Alt is intended as alternative text, although many browsers render it as a [[tooltip]]; the <code>title</code> attribute is intended for specifying tooltip text. See [[#links and anchors]] above.
 
===Others===