Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML link tag</title> <link rel="stylesheet" href="/examples/css/default.css"> </head> <body> <h1>Linking External Style Sheet</h1> <p>The styles of this HTML document are defined in linked style sheet.</p> </body> </html>