| Cỡ chữ:   
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Kim Jisoo </h1> <p> Là một ca sĩ nổi tiếng</p> <img src="https://anhcute.net/wp-content/uploads/2024/11/anh-jisoo-de-thuong.jpg"> <div> <h2> Her Birthday</h2> <p> 3/1/1995</p> <h3> Her career</h3> <p> Là một visual của Black Pink</p> <p>Đại sứ toàn cầu của Dior</p> <P>Biệt danh: Công chúa Dior</p> <p>Đang đóng phim " New topia "</p> <p>Ra mắt MV âm nhạc như : Flower, Earthquake</p> </div> <script src="script.js"></script> </body> </html>
h1 { color:#db1821; background-color:#f59fa3; } p { color:#fa8e93; } h2 { color:#ff808b; } h3 { color:#ff808b; } img { width:250px; } body { background-color:#edd3d4; } div { background-color: #faecb6; }