TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> main { background-color: #f9f9f9; padding: 20px; border: 1px solid #ddd; margin: 20px; } h2 { color: #007BFF; } p { font-size: 16px; line-height: 1.5; } </style> </head> <body> <main> <h2>Main Content</h2> <p>This is the central content of the page.</p> </main> </body> </html>