Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
span {
color: green;
}
</style>
</head>
<body>
<div>
<span>Example</span> for you.
</div>
</body>
</html>