Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>External CSS Style</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <p>This is a first paragraph.</p> <div>This is a second paragraph.</div> </body> </html>
  Preview Arrow