CRABOLO
95
Q:

how to use css

 <head>

       
      <link rel="stylesheet" type="text/css" href="theme.css">

    </head>
3
<link rel="stylesheet" type="text/css" href="mystyle.css">
9
<link rel="stylesheet" href="styles.css">
2
  <link rel="stylesheet" href="PathToYourFile.css">
18

  <!DOCTYPE html>
<html>
<body>

<h1 style="color:blue;text-align:center;">This 
  is a heading</h1>
<p style="color:red;">This is a paragraph.</p>


  </body>
</html> 
6
<p style="color: blue; font-size: 46px;">
7
<link rel="stylesheet" href="file_name.css">
2
<link rel="stylesheet" href="stylesheet.css">
<div class="mydiv"></div>
<style>
.mydiv {
background-color: /*Color*/;
color: /*Another color*/;
}
</style>
0

New to Communities?

Join the community