

<!DOCTYPE html> |
<html> |
<head> |
<style> |
h4 {color:red;} |
p {color:blue;} |
</style> |
</head> |
<body> |
<h3>Das style-Element</h3> |
<h4>Dies ist ein Überschrift</h4> |
<p>Das ist ein Absatz.</p> |
</body> |
</html> |

Das style-Element
Dies ist eine Überschrift
Das ist ein Absatz.