Monday, 15 July 2013

Sample program For External Images, Sounds, Video in HTML



External Images, Sounds, Video

External Images will be loaded into their own page. The href field within the anchor tag is used.
These are easily included by using
<a href=``image_url''>link anchor</a>
<a href=``video_url''>link anchor</a>
<a href=``audio_url''>link anchor</a>

0 comments:

Post a Comment