<img id="image1" /> An SVG image:<img id="svgLogo" width="60" />Result:
doc-files
directory in the same directory as the article which uses the img
element.wiki -- doc-files ---- ball.jpg -- article.xml -- index.xmlAnd the following content for the article:
<article desc="My article"> <img href="ball.jpg" /> </article>The
img
will point to the ball.jpg
Jpeg file.
<img id="image1" width="20%" />Result:
The <img id="image1" height="text" /> imageResult:
An image:<img id="image1" valign="middle" width="40" /> The image aligned on the left: <img id="image1" width="40" position="left"/>Result:
An image with a border: <img id="image1" width="20%" border="true" /> The same image with a border and a caption: <img id="image1" width="20%" border="true" caption="the caption" /> The same image with a shadowed border: <img id="image1" width="20%" border="shadow" />Result:
![]() |
|
img
element:<img id="image1" width="200" > <areaRef id="img element#Linking on images" coords="0,0,200,100" /> <areaRef id="syntax#img" coords="0,100,200,200" /> </img>
<img id="image1" width="200" > <ref id="the reference" /> </img>
<img id="image1" width="200" > <catRef id="general" /> </img>
<img id="image1" width="200" > <a href="http://docs.oracle.com/javase/8/docs/api/index.html" /> </img>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.