How To Learn Html Links

Html Links

Links is a vary important tag in a website. Links helps to users to click there way from page to page. So, html links learn compulsory for be a web developer. Let to go learn html links from web tutorials or from here..


Html Hyper Links 

The HTML tag  <a>  defines to hyperlink.
A hyperlink (or link) is a word who can help you  to jump to another document in a website.
When you move the cursor over a link in a Web page, the arrow will changed into a little hand.
The most important attribute of the tag <a> element is the href attribute, which indicates the link’s destination.
By default, links will appear as follows in all browsers: 

1. A visited link is underlined and purple 
2. An active link is underlined and re
3. An unvisited link is underlined and blue     

Html link sayntaxt

The html link code is simple. like this...
<a href="webtutorial4"> web tutorials</a>

You want learn more about html! please see the next post of html..                                                                        
Next Post Previous Post
No Comment
Add Comment
comment url