\n\n","upvoteCount":0},"suggestedAnswer":[{"@type":"Answer","text":"I assume the code you're talking about is this one:\n\nhttps://sololearn.com/compiler-playground/WtxGYiIX9NUS/?ref=app\n\nThe error is because you didn't place the closing angle bracket (>) for linking CSS page. Add > at the end of line 9 in HTML part of your code. It should be:\n\n","upvoteCount":3},{"@type":"Answer","text":"Send me email ✅mdkhorsedalom2742@gmail.com","upvoteCount":0},{"@type":"Answer","text":"Okay thank you guys","upvoteCount":0},{"@type":"Answer","text":"I didn't see a rose tho. Just a pink background","upvoteCount":0}]} }
0

I need help with my code please

Html, csss , js. On my page

11th Feb 2025, 12:46 PM
Reaan Omena
Reaan Omena - avatar
5 Answers
0
or you can remove the href part. (new code: ) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF"-8"></meta> <meta name="viewport" content="width=device-width, initial-scale=1.0"></meta> <title>Rose Animation</title> <link rel="stylesheet"> </head> <body> <div class="rose container"></div> <div class="rose"></div> </div> <script src="script.js"></script> </body> </html>
11th Feb 2025, 7:55 PM
Lenny Singh
+ 3
I assume the code you're talking about is this one: https://sololearn.com/compiler-playground/WtxGYiIX9NUS/?ref=app The error is because you didn't place the closing angle bracket (>) for linking CSS page. Add > at the end of line 9 in HTML part of your code. It should be: <link rel="stylesheet" href="styles.css">
11th Feb 2025, 1:35 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
0
Send me email ✅mdkhorsedalom2742@gmail.com
12th Feb 2025, 11:17 PM
Flnckhokun
Flnckhokun - avatar
0
Okay thank you guys
13th Feb 2025, 3:02 AM
Reaan Omena
Reaan Omena - avatar
0
I didn't see a rose tho. Just a pink background
13th Feb 2025, 3:06 AM
Reaan Omena
Reaan Omena - avatar