Link Tags in HTML
Link Tags in HTML :
Link tag are used to navigating into internal or external web pages, It can send the mails, executing the java script functions and moving to specified location in current page.
Anchor Tag (<a>) : a tag is called link tag in HTML, <a>link</a>.
Attributes of anchor tag :
Id – id of the anchor tag
name – name of the anchor tag
href – hyper text reference (it finds url of web page ).
Target : It specify where to open the webpage
Attributes of target :
Target : _self
Target : _blank
Target : _new
Target : _parent
Target : _top
Target : _framename.
Example :
No comments:
Post a Comment