My personal photo is not appearing on the html training file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My personal photo is not appearing on the html training file

I wrote this code below and click Run then only a space for a picture appears but not the picture itself, I tried it on another online coding reader and the result is the same <!DOCTYPE html> <html> <head> <title>Aly Nagaty</title> </head> <body> <h1> Aly Nagaty</h1> <p><b>UX UI designer - UX UI Engineer</b></p> <img src="My CV Photo.jpg" width="35" height="45" alt="My persnal photo"/> <hr> <h2><section><i>Summary</i></section></h2> <p>UX UI Designer who also can code what he designs, efficient in creating user-friendly interfaces with an easily navigable design. transforms high-level requirements into usable, interactive applications and websites. believing that practical, clean, accesable designs are the best designs.</p> </body> </html>

6th Apr 2023, 5:02 PM
aly nagaty
3 Answers
+ 9
aly nagaty I think adding image problem, hope it's helpful to you https://code.sololearn.com/Wy3lrXNwGsgJ/?ref=app
6th Apr 2023, 5:19 PM
Sakshi
Sakshi - avatar
+ 6
https://code.sololearn.com/WSLZPpBIFgr7/?ref=app
7th Apr 2023, 10:36 AM
JaScript
JaScript - avatar
+ 3
Maybe replace the whitespace in your photo's file name with "-" or "_". Both the file itself as well as within the HTML.
6th Apr 2023, 5:10 PM
Justice
Justice - avatar