Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

style

<!-- external syle -->
<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: #style
ADD COMMENT
Topic
Name
3+5 =