Forex Trading

Tuesday, May 26, 2009

HTML Images

HTML Images
HTML images are defined with the <img> tag.

EXAMPLE:

<img src="http://learn-html-khan.blogspot.com/run.jpg" width="104" height="142" >

Note: The name and the size of the image are provided as attributes.
(attributes are already simply defined in previous post)

No comments:

Post a Comment