Code
Execute
<!DOCTYPE html> <html> <head> <style> * { color: #FF8000; } </style> </head> <body> <p> <b>Wikitechy In Orange</b> </p> <h1> Welcome to wikitechy </h1> </body> </html>
Result