TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html> <head> <title>Styled Page - TutorialKart.com</title> <style> body { font-family: Arial, sans-serif; background-color: #f0f0f0; color: #333; } </style> </head> <body> <h1>Welcome</h1> <p>This page has inline styles defined in the <head> tag.</p> </body> </html>