hackathon online safety
]<!DOCTYPE html>
<html> <head> <title>Online Safety Tips</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; background-color: #f4f4f4; color: #333; } header { background: blue; color: white; padding: 10px 20px; text-align: center; } section { padding: 20px; } </style> </head> <body> <header> <h1>Online Safety! </h1> </header> <section> <h2>Essential Online Safety Tips</h2> <p>Protecting yourself online is crucial. Here are some key tips to keep safe:</p> <ul> <iframe width="560" height="315" src="https://www.youtube.com/embed/c5fAiwVvr6s?si=EB8DuWD9cu3kwqlP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> <li>Always use strong, unique passwords for different accounts.</li> <li>Keep your security software updated to guard against new threats.</li> <li>Enable two-factor authentication where possible.</li> </section> </ul> <section><h2>Avoiding Online Scams</h2> <p>Watch out for suspicious emails, pop-ups, and links. Scammers often use fake websites or phishing attempts to steal personal data.</p></section> <section><h2>Additional Resources</h2>
<p>Check trusted sites like the <a href="https://consumer.ftc.gov" target="_blank">FTC Consumer Protection</a> for more details on avoiding online scams.</p>
</section>
</body>
</html>