<img> tag.
Generated using Fractint 20.0.
HTML code:
Here we can see a Mandelbrot set.<p>
<img src="../gif/FRACT003.GIF" HEIGHT = "300" WIDTH = "400">
<p>Generated using Fractint 20.0.
alt attribute
<img src="../gif/FRACT004.GIF" HEIGHT = "300" WIDTH = "400" alt="Image of Julia fractal set">
longdesc attribute
<img src="../gif/FRACT005.GIF" HEIGHT = "300" WIDTH = "400" longdesc="This is very long description of picture of FERN generated by Iterated Function System using Fractint version 20.">
align attributealign attribute specifies alignment of images with the surrounding text. In HTML standard there are five different image-alignment values:left, right, top, middle, and bottom.
<img src="../gif/FRACT006.GIF" HEIGHT = "100" WIDTH = "150" alt = "spiral" align = "left">
<img src="../gif/FRACT007.GIF" HEIGHT = "100" WIDTH = "150" alt = "bifurcation" align = "right">
<img src="../gif/FRACT008.GIF" HEIGHT = "100" WIDTH = "150" alt = "complex Newton" align = "top">
<img src="../gif/FRACT009.GIF" HEIGHT = "100" WIDTH = "150" alt = "Escher Julia" align = "middle">
<img src="../gif/FRACT010.GIF" HEIGHT = "100" WIDTH = "150" alt = "Hasley" align = "bottom">
border attribute
<img src="../gif/FRACT010.GIF" HEIGHT = "200" WIDTH = "300" alt = "Hasley" border =1>
<img src="../gif/FRACT009.GIF" HEIGHT = "200" WIDTH = "300" alt = "Escher Julia" border =3>
<img src="../gif/FRACT013.GIF" HEIGHT = "200" WIDTH = "300" alt = "Manouver" border =6>
<img src="../gif/FRACT008.GIF" HEIGHT = "200" WIDTH = "300" alt = "complex Newton" border =9>
vspace and hspace attributesvspace and hspace attributes define the empty slace between text and image.
For example:
<img src="../gif/FRACT015.GIF" HEIGHT = "200" WIDTH = "300" align = left alt = "fhrooph" border =1 vspace = 30 hspace = 30>
<body background="pics/yourpicture.gif">