back

Code


HTML
Web

<head>
<style type="text/css">
h3 {color:green;}
p {color:orange;}
</style>
</head>
<body>
<h3>Headings are green</h3>
<p>Paragraphs are orange</p>
</body>