Link External CSS

Example linking an external CSS file.

Preview

Code


<head>
  <link rel="stylesheet" href="styles.css">
</head>


<p>This links an external stylesheet.</p>

More HTML Head Examples (5)