How to make a Link and how to add image within HTML that we learn now.....
- HTML Link
Link syntax: <a href="url">Link text</a>
2. HTML Target Attribute
Where the linked document will be opened it defined by The target attribute.
Link Syntax:<a href="url"target="_blank">Link text</a>
Image syntax: <img src="URL">
4 . The Alt Attribute
The reader when he or she missing on a page if the browser can't load images then the "alt" attribute inform them.
<img src="url" alt="Name">
1/01/2012 12:07:00 AM
Unknown



Posted in: 