<html> <head> <style type="text/css"> p { color:red; text-align:center; } </style> </head> <body> <p>Hello World!</p> <p>This paragraph is styled with CSS.</p> </body> </html>
Hello World!
This paragraph is styled with CSS.
0 comments:
Post a Comment