Home HTML Head HTML Head Now Learn At Home January 17, 2020 Html Head <!DOCTYPE html> <html> <head> <title>Page Title</title> <style> body {background-color: powderblue;} h1 {color: red;} p {color: blue;} </style> </head> <body> <h1>This is a Heading</h1> <p>This is a paragraph.</p> </body> </html> Facebook Twitter Whatsapp Newer Older