Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!doctype html> <html> <head> <title>Example</title> </head> <body style="background-color:yellowgreen;color:white;"> ...content goes here... </body> </html>