+ 1

Any ideas or suggestions that can make this introduction prettieršŸ« 

https://sololearn.com/compiler-playground/W6yh799YcU2P/?ref=app

4th Sep 2024, 4:08 AM
eli
eli - avatar
13 Answers
+ 2
perhaps avoid a pure white background, and change pink to orchid. Also, h1, h2, etc... should be in the body, not in the head. <!DOCTYPE html> <html> Ā <head> Ā Ā <title> About me </title> </head> <body style="background-color:cornsilk;padding:30px;"> <h1 style= "color: orchid;"> <i> Hi there, mate! &#10047; </i></h1> <p style="text-align:justify;">Iā€™m 100 years old, and one of my favorite things to do is watch movies. Iā€™m particularly drawn to crime and mystery genres, which is why Sherlock Holmes is my all-time favorite movie. I also love reading, and Agatha Christieā€™s books are my go-to choice, along with Wattpad reads.<br> <br> Besides watching and reading, I enjoy playing board games like chess, checkers, Games of General, and a little bit of Weiqi (or Go). </p></br><br> <p style= "color: orchid;">Fun fact:</p> <p style="text-align:justify;">I can speak and understand a little Mandarin. Thanks for stopping byā€”see you in my next project! </p> </body> </html>
4th Sep 2024, 7:19 AM
Bob_Li
Bob_Li - avatar
+ 2
eli for instance changing color of a link when your pointer is on it like this code: html: <a href='#'>hello</a> css: a { color : black; } a:hover { color:red; } Now you have changed the color while the pointer is on it in computer and when you click it in mobile
6th Sep 2024, 4:56 PM
Fateme Biglari
Fateme Biglari - avatar
+ 1
there's no such tags as <p1>, <p2>... it's just <p></p>
4th Sep 2024, 6:27 AM
Bob_Li
Bob_Li - avatar
+ 1
oh really? hahaha thx
4th Sep 2024, 6:49 AM
eli
eli - avatar
+ 1
But weā€™re only supposed to do basic things for now, lol. Iā€™m not sure if I can use that because I might get scolded and they might doubt me, hahaha.
4th Sep 2024, 7:43 AM
eli
eli - avatar
+ 1
but still thank you so much
4th Sep 2024, 7:47 AM
eli
eli - avatar
+ 1
but that teacher is terroršŸ˜€
4th Sep 2024, 8:32 AM
eli
eli - avatar
+ 1
too bad for you ..
4th Sep 2024, 8:33 AM
Bob_Li
Bob_Li - avatar
+ 1
You can add hover for Fun fact:
5th Sep 2024, 12:54 PM
Fateme Biglari
Fateme Biglari - avatar
0
woah
4th Sep 2024, 7:39 AM
eli
eli - avatar
0
haha, just say you studied ahead...
4th Sep 2024, 7:45 AM
Bob_Li
Bob_Li - avatar
0
yeah lol. btw can you help me againšŸ˜†
4th Sep 2024, 8:35 AM
eli
eli - avatar
0
Fateme sorry what is hover?
5th Sep 2024, 2:10 PM
eli
eli - avatar