【HTML】Beginner6:Link

1.Link
HTML wich basically means a system of linked text
    link to another HTML file or any file anywhere on the web or another part of the same page they are on.
 
2.</a>
an anchor tag
define a link
 
3.href
The destination of the link is defined in the href attribute of the tag
absolute or relative to the current page

你可能感兴趣的:(inner)