HTML
ANCHOR TAG
Links are created in HTML web page using anchor tag (<a>...</a>). Anything written in between anchor tag becomes a hyperlink.
Using the hyperlink you can easily jump from one web page to other web pages.
You can also download and upload documents using links.
URLs identify file locations on the web or on the local hard drive.
Syntax
<a href="#location_name">....</a>
Use of Anchor tag in the text
Use of Anchor tag in the images

Post a Comment
0 Comments