Code Editor Panel
Home
HTML Tutorial
HTML Styles
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p style="background-color:green;">Paragraph Text of webpages</p> <p style="color:red;">Paragraph Text of webpages</p> <p style="font-family:Arial;">Paragraph Text of webpages</p> <p style="font-size:24px;">Paragraph Text of webpages</p> <p style="text-align:center;">Paragraph Text of webpages</p> </body> </html>
Output