AllInWorld99 provides a reference manual covering many aspects of web programming, including technologies such as HTML, XHTML, CSS, XML, JavaScript, PHP, ASP, SQL,FLASH, jQuery, java, for loop, switch case, if, if else, for...of, for...in, for...each,while loop, blogger tips, blogger meta tag generator, blogger tricks, blogger pagination, client side script, html code editor, javascript editor with instant output, css editor, online html editor, materialize css tutorial, materialize css dropdown list,break, continue statement, label,array, json, get day and month dropdown list using c# code, CSS button,protect cd or pendrive from virus, cordova, android example, html and css to make android app, html code play,telerik show hide column, Transparent image convertor, copy to clipboard using javascript without using any swf file, simple animation using css, SQL etc. AllInWorld99 presents thousands of code examples (accompanied with source code) which can be copied/downloaded independantly. By using the online editor provided,readers can edit the examples and execute the code experimentally.


Html Link Tag:-
     HTML link tag is used to create a webpage link using <a> tag, Jump current webpage to another webpage using that URL(Uniform Resource Locator). This is also called anchor.
    We can set the url or properties dynamically using jQuery or Javascript, but should need to assign a id or name for that <A> tag.

Syntax:-
<A HREF="url" target="_blank" rel="follow">URL Description</A>


More Properties of Anchor

target:-
    _blank   => This will instruct the browser to create the new window or browser tab the when user click on the link. opened a unnamed window.
    _new    =>  All of your pages were open in the same window, it is a window name.
    _parent => Called the frame that contains the activated link. Frame which contains the active link will remain.
    _self     => The linked URL to open the same frame that contains the active link. Same frame focus on the mouse.
    _top     => URL to become the window's senior frame and will uniquely.

Rel:-
   follow    => follow is used to index the url on google, or other search. <A> tag default placed with follow attribute.
   nofollow => It is used to avoid the search from search engine, mostly used on user comments, it will helps to avoid spam url's.

HREF:-
    href => This is used to which url to be open when the user click on the Link

ID:-
   id => It is used to give a unique name of the <a> tag.

Class:-
   class => class is used to assign the css style from the style tag.
Title:-
   title  => Purpose of this title properties is to provide the  title for that element. Browser taken as tool tip(when the user over that link on the link, that text will populate)



0 comments:

Post a Comment

Total Pageviews