Answers for "html page example with inline css"

CSS
2

html inline style

<!DOCTYPE html>
<html>
  <head>
    <title>Playing with Inline Styles</title>
  </head>
  <body>
    <p style="color:blue;font-size:46px;">
      I'm a big, blue, <strong>strong</strong> paragraph
    </p>
  </body>
</html>
Posted by: Guest on March-18-2022

Browse Popular Code Answers by Language