Template:Mystyle
Jump to navigation
Jump to search
<html>
<head> <title>CSS Testing</title> <style type="text/css">
source { color: red; }
source.java { color: blue; }
</style> </head> <body>
<source class="java"> class Java { private int myname; } </souce> <source> extern int c; </source>
</body>
</html>