Code
Execute
<!DOCTYPE html> <html> <head> <style> p{ text-align: center; color: red; } </style> </head> <body> <p>welcome to wikitechy.</p> </body> </html>
Result