This is an old revision of the document!
<!DOCTYPE html> <html> <head> <title>CSS3 Basic</title> <style> h1 { color: white; background: black; } </style> </head> <body> <h1>Hello World..!</h1> </body> </html>