Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <html> <head> <title>Title...</title> <style> body {background-color:#eee;} </style> </head> <body> Content goes here... </body> </html>