<!DOCTYPE html> <html> <head> <style> body { color:black; } span { color:lime; } </style> </head> <body><span>A</span>B</body> </html>