This code demonstrate the use of hyperlink in HTML
<html> <body> For sample programs in HTML-CSS click <a href="http://code.cheraus.com/html-css.php">here</a> </body> </html>