We all can create a HTML page , right ? But What If I want to connect two HTML pages ? Good question.. Don't Worry ,We will discuss about it now .So please take a seat . Let's start . So , when we want to connect two pages then <a> tag comes in picture.Through this tag we can connect between two HTML document (pages) ,we also can connect an external image and also we can put any website's link.Well ,but where to put the links and also what is <a> tag . Well , <a> tag is nothing but an element is called anchor element .And it has a attribute is "href (hyper reference)" where we can put the address or the link that where we want to go or we connect with that particular page . But how ..... That I will show you too .. Suppose , we have two pages in a website , is " HOME " and " CONTACT " . So I am gonna show the linking process below with an example : So , in the above example , we can see two pages...
In this Blog,Visitors will see Content of Web design Languages, i.e HTML , CSS , Javascript etc with some different way .