Posts

Showing posts with the label internallink

INFORMATION ABOUT INTERNAL AND EXTERNAL LINK IN HTML

Image
  LINKS LINK: links are the structures which connects us to the web of internet  links are like vines which are called blood carrying vessels in our body links also act as the same  links connect us to the different parts of the internet and world wide web  uncountable links are generated everyday its so much in large quantity that we cannot keep the track of how many links are generated every day. In html there are two types of links  1) internal links. 2) external links. Internal links  An  internal link  is a type of  hyperlink  on a web page to another page or resource, such as an image or document, on the same website or domain.  External links An external link is a link which helps us to reach to another website of the another domain and we can switch form one website to another. Href tag The href attribute specifies the URL of the page the link goes to. Tip:   You can use href="#top" or href="#" to link to the top of the...