Answers for "css internal style sheet"

13

external css

<html>
  <head>
    <link rel="stylesheet" type="text/css" href="mystyle.css"></link>
  </head>

  <body>
Posted by: Guest on January-06-2020
2

What is the "style", when creating an internal CSS?

It's a tag
Posted by: Guest on September-22-2021

Browse Popular Code Answers by Language