Code
Execute
<!DOCTYPE html> <html> <head> <style> #para1 { text-align: center; color: blue; } </style> </head> <body> <p id="para1"><b>Wikitechy is enhanced for learning, testing, and training</b></p> <p>Normal Paragraph</p> </body> </html>
Result