Someone please fix my code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Someone please fix my code

<!DOCTYPE html> <html> <head> <title>bulletproof</title> </head> <body> <h1>purple phoenix</h1> <p><strong> programmer</strong></p> <hr /> <p><h2><i>summary</i></h2></p> <p>i am learning programming in <strong>sololearn</strong> for one month</p> <img src="https://WWW.solorean.com images/drhxpQMmjpzhQXDPA/phoenix.jpg" height = "50px" width ="50px" </body> </html>

2nd Jun 2022, 6:58 AM
Purple Phoenix 7
Purple Phoenix 7 - avatar
7 Answers
+ 2
I am guessing you wanted your profile picture to be the photo that shows... You have to put the image link and size in <img ... /> or else it won't work. <!DOCTYPE html> <html> <head> <title>bulletproof</title> </head> <body> <h1>purple phoenix</h1> <p><strong> programmer</strong></p> <hr /> <p><h2><i>summary</i></h2></p> <p>i am learning programming in <strong>sololearn</strong> for one month</p> <img src="https://blob.sololearn.com/avatars/a26208db-e125-4622-bca5-9a5110cd569e.jpg" height = "50px" width ="50px"/> </body> </html>
2nd Jun 2022, 9:39 AM
Weronika Pucek
Weronika Pucek - avatar
+ 4
You did not put the image tag correctly
3rd Jun 2022, 6:57 AM
Shubham Chaube
Shubham Chaube - avatar
+ 3
> after img
2nd Jun 2022, 7:16 AM
JaScript
JaScript - avatar
0
I think one of the problems is in the link. Instead solorean could be sololearn.
2nd Jun 2022, 2:20 PM
Hasan Hüseyin Semiz
Hasan Hüseyin Semiz - avatar
0
You can miss the end the tag please >put the this mark after the ="50px" and then you watch it's wark
3rd Jun 2022, 2:48 PM
Muhammad Huzaifa Hussain
Muhammad Huzaifa Hussain - avatar
0
If img is not showing on your page than you cannot put the link of image. May the page link .
3rd Jun 2022, 4:04 PM
Abinash Saikia
Abinash Saikia - avatar
0
Okay thanks 😊👍👍
3rd Jun 2022, 4:24 PM
Muhammad Huzaifa Hussain
Muhammad Huzaifa Hussain - avatar