


Programs in HTML
6. Program to create a Hyper link.<html> <head> <title>Hyperlink</title> </head> <body> Rose bud using HTML5 <a href="HTML_faqs.php">click here</a> <br>Test your skills in Banking exams <a href="http://www.testyourskils.in">click here</a> </body> </html>Output :
Rose bud using HTML5 click here
Test your skills in Banking exams click here
Father of HTML and World Wide Web
