topical media & game development
basic-web-html-03-exercise1.htm / htm
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Exercise 1</title>
</head>
<body>
<h1>Icons</h1>
<p>Here is an icon used to represent a diary.</p>
<img src="basic-web-html-03-images-diary.gif" alt="Diary" width="150" height="120" /><br />
<p>Here is an icon used to represent a picture.</p>
<img src="basic-web-html-03-images-picture.gif" alt="Picture" width="150" height="120" /><br />
<p>Here is an icon used to represent a news item.</p>
<img src="basic-web-html-03-images-news.gif" alt="news" width="150" height="120" /><br />
</body>
</html>
(C) Æliens
20/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.