TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <style> aside { background-color: #f0f0f0; border-left: 4px solid #007BFF; padding: 10px; margin: 10px 0; } </style> </head> <body> <h1>Main Content</h1> <p>This is the main content of the page.</p> <aside> <h2>Did You Know?</h2> <p>Supplementary information or interesting facts can be placed here.</p> </aside> </body> </html>