1 2 3 4 5 6
<!doctype html> <title>CSS Test Reference</title> <style> span { color: green; } </style> <div><span>P</span>ASS</div>