Style

127

<link rel="stylesheet" type="text/css" href="/style.css" />
<!-- External -->
<link rel="stylesheet" href="css/file.css" />

<!-- Internal -->
<style>
p {
  color: red;
}
</style>

<!-- Inline -->
<p style="color: blue;">This Is Our Paragraph</p>
<input type="file" onchange="previewFile()"><br>
<img src="" height="200" alt="Image preview..." style="diaplay:none">
<!-- Write Path -->
<link rel="stylesheet" href="source/css/main.css" />
<TAG style="property1:value1;property2:value2">
. . .
</TAG>
<!-- Write Path -->
<link rel="stylesheet" href="assets/css/master.css" />

Comments

Submit
0 Comments