0

What am I doing wrong in these code? How do I get my website to the web?

=<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Safe Haven Sanctuary</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f5f5f5; } header { background-color: #4CAF50; color: white; padding: 10px 0; text-align: center; } nav { display: flex; justify-content: center; background-color: #333; } nav a { color: white; padding: 14px 20px; text-decoration: none; text-align: center; } nav a:hover { background-color: #ddd; color: black; } .container { padding: 20px; } h2 { color: #4CAF50; } .section { margin-bottom: 20px;

11th Jul 2024, 3:52 AM
Lelamae Harris
Lelamae Harris - avatar
1 Réponse
+ 2
Can you post the code as per this guide: https://sololearn.com/compiler-playground/Wek0V1MyIR2r/?ref=app Then, if your code is fine, you'll need to host it, you can read here for info on that - or look up more here or elsewhere online: https://www.sololearn.com/discuss/2402063/?ref=app https://www.sololearn.com/discuss/2414778/?ref=app https://www.sololearn.com/discuss/747573/?ref=app
11th Jul 2024, 6:53 AM
Ausgrindtube
Ausgrindtube - avatar