Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html style tag

<!-- File based CSS: Change style.css to your script path or link. -->
<link href="style.css" rel="stylesheet" type="text/css">
<!-- Or inline CSS: -->
<style type="text/css">
  /* Add your css here */
</style>
 
PREVIOUS NEXT
Tagged: #html #style #tag
ADD COMMENT
Topic
Name
3+8 =