image in wml code example
Example 1: images in html
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
Example 2: image html
<img src="image.gif" alt="Something" height="42" width="42">
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
<img src="image.gif" alt="Something" height="42" width="42">