Answers for "inside style css"

CSS
1

Internal style

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

Inline style

<p style="color: purple">This Is Paragraph</p>
Posted by: Guest on April-11-2022

Browse Popular Code Answers by Language