An example of random css styles inside html tag, try it. It works.
Code:
<html> <body> <p style="color: red; font-weight: bold; margin-left: 50px;">Some words</p> </body> </html>
<html> <body> <p style="color: red; font-weight: bold; margin-left: 50px;">Some words</p> </body> </html>
<a href="blabla.php" style="hover:color:red;">blablabla</a>
<?php $text = "A very long woooooooooooord."; $newtext = wordwrap($text, 8, "\n", true); echo "$newtext\n"; ?>
Leave a comment: