Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE HTML> <html> <head> <title>HTML body tag</title> </head> <body style="background-color:orange"> <p>Document content goes... here.</p> </body> </html>