CodeLab
Tutorials For Everyone
Run
<!Doctype HTML> <html> <head> <title>HTML Links and their Usage</title> </head> <body> <h2>HTML Links Syntax</h2> <p>Below is a link with proper url. Try changing the url and link text and observe the results.</p> <a href="https://www.tutsinsider.com/codelab">codelab editor</a> </body> </html>