Tag ![]()
Defines an image
<img src="filename" alt="description" title="title">
Example
To see a World in a Grain of Sand<br>
And a Heaven in a Wild Flower<br>
—William Blake<br>
<img src="images/flower-and-ant.jpg" alt="Macro photo showing an
ant exploring a flower" title="Flower and Ant">
<p>
Checking out the source code of a web page isn't
normally a "fun" experience. Most often, your goal is to get
the name of a file or to figure out how the site
performed some HTML or CSS magic. But every once in a
very long while you can find a surprise, even a
delightful one, waiting in the source code. As shown in
Figure 1, I came across one such surprise the other day
while viewing source on a page from <i>The Guardian</i>.
</p>
<figure>
<img src="images/guardian-we-are-hiring.jpg"
alt="Screenshot of the source code of The Guardian
newspaper web page showing a developer want ad written in
ASCII art" title="Source Code Want Ad">
<figcaption>
<b>Figure 1</b>—A want ad buried in the HTML source
of <i>The Guardian</i> newspaper web page.
</figcaption>
</figure>