Skip to main content
File
<!DOCTYPE html><html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>html_page test</title> <style>body { background-color: gold; }</style> </head> <body> <h1>Hello, world!</h1> </body></html>