Adding Pictures
Adding a Picture
DescriptionThis is the tag that will add a picture to your web page. The tag looks like <IMG SRC="url">. This is the only tag, there is no closing tag. The text "url" needs to be replaced with the address of your picture.
Code
<IMG SRC="http://www.activejump.com/images/sample.jpg">
Output
Practice
Advertisements