<!DOCTYPE html> <html> <head> <style> body{ background-color:lightblue; } h1{ background-color:gray; } p{ background-color:yellow; } </style> </head> <body> <h1>Simple Heading</h1> <p>This is a block level element. It is being designed by the css properties.</p> </body> </html>
Run
×
Share