Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Style

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

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

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