1 2 3 4 5
<!doctype html> <style> span { color: hotpink } </style> <a href="">Should have <span>link</span> color, not default color</a>