The <href> attribute is used to define the address of the file to be linked. In other words, it points out the destination page..A hyperlink is a text or an image you can click on, and jump to another document.
EX<!DOCTYPE html> <html> <body> <p><a href="http://www.help4code.com/"> help4code tutorial</a></p> </body> </html>