<!DOCTYPE html> <html> <head> <style> p{ text-align: center; color: blue; } </style> </head> <body> <p>This is blue color and will be applied on each paragraph.</p> <p id="paragraph">ha.ha.ha. me too!</p> <p>even i too!</p> </body> </html>