HTML Internal Style Sheet

  • Example
  • Code
    <head>
    <style type="text/css">
    body {background-color:yellow;}
    p {color:blue;}
    </style>
    </head>

1 comment: