Answers for "html with internal css"

1

Internal style

<head>
  <style>
    .special {
      color: green;
    }
  </style>
</head>
Posted by: Guest on April-11-2022

Browse Popular Code Answers by Language