Editor
Download
Open
Auto Run
<!DOCTYPE html> <html> <head> <title>HTML link tag</title> <link rel="stylesheet" type="text/css" href="link_tag_style.css" /> </head> <body> <p>First sentence</p> <p>Second sentence</p> </body> </html>
Preview