Run ยป
<!DOCTYPE html> <html> <body> <h2>The href Attribute</h2> <p>HTML links are defined with the a tag. The link address is specified in the href attribute:</p> <a href="https://www.studentstutorial.com">Visit Students Tutorial</a> </body> </html>