1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <style> p { color: green; } </style> <div lang="zh"> <div> <p>This text should be green.</p> </div> </div> <p>This text should be green.</p>