+ 1
Any ideas or suggestions that can make this introduction prettierđ«
https://sololearn.com/compiler-playground/W6yh799YcU2P/?ref=app
13 Respostas
+ 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! ✿ </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>
+ 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
+ 1
there's no such tags as <p1>, <p2>...
it's just <p></p>
+ 1
oh really? hahaha thx
+ 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.
+ 1
but still thank you so much
+ 1
but that teacher is terrorđ
+ 1
too bad for you ..
+ 1
You can add hover for Fun fact:
0
woah
0
haha, just say you studied ahead...
0
yeah lol. btw can you help me againđ
0
Fateme sorry what is hover?