Style in Head

Example including CSS inside the head section.

Preview

Code


<head>
  <style>
    body {background:lightgray;}
  </style>
</head>

More HTML Head Examples (5)