Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to use style in html

A text that uses A LOT the style tag:
<!doctype html>
<html>
  <body>
	<p class="example" style="border:solid 15px red; color: orange; background-color: blue; cursor: pointer; ">A text</p>
  </body>
</html>
 
PREVIOUS NEXT
Tagged: #style #html
ADD COMMENT
Topic
Name
1+5 =