Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy link tag</title> <base href="../try-it/"> <link rel="stylesheet" type="text/css" href="link-css.css"> </head> <body> <h1>link tag is used to link to external style sheets</h1> <p>Content is here</p> </body> </html>
Result