Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css

<!-- external style -->
<link rel="stylesheet" href="css/file.css" />

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

<!--inline style -->
<p style="color: blue;">This Is Our Paragraph</p>
Source by elzero.org #
 
PREVIOUS NEXT
Tagged: #css
ADD COMMENT
Topic
Name
1+6 =