+ 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>
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>
+ 4
You did not put the image tag correctly
+ 3
> after img
0
I think one of the problems is in the link.
Instead solorean could be sololearn.
0
You can miss the end the tag please >put the this mark after the ="50px" and then you watch it's wark
0
If img is not showing on your page than you cannot put the link of image. May the page link .
0
Okay thanks đđđ