1 Answer
New AnswerAbsolute link means when you link to a different website. Suppose my domain is http://mydomain.com. If I create a link to another website : http://yourdomain.com/path as <a href = "http://yourdomain.com"> Link to another website </a>, it is called absolute link / absolute url Relative link means linking to another location( page) within the same site. For the page which is on the same folder as current file we can simply hyperlink using the name of file. For other directories, we use relative paths <a href = "mypage.php"> mypage </a>