image not displayed | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

image not displayed

image no displayed i don't know what the problem ? <nav> <div class="Search"><input type="search" placeholder="Search"></div> <div id="searchbtn"><button>Search</button></div> <input type="checkbox" id="check"> <label for="check"> <i class="fas fa-bars"></i> </label> <label class="logo">RahaL</label> <ul> <li><a class="active" href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Hotels</a></li> <li><a href="#">Flights</a></li> <li><a href="#">Contact Us</a></li> </ul> </nav> </div> <img src="0_Photo-11-1024x576.jpg">

21st Feb 2020, 8:50 PM
Mahmoud Mohamed Reda Mostafa
Mahmoud Mohamed Reda Mostafa - avatar
2 Answers
+ 3
I think the image source is wrong https://code.sololearn.com/W2BHOQhen84P/?ref=app
21st Feb 2020, 8:54 PM
JTLZ
+ 3
The image path is wrong, because you must to use a URL absolute. For example: URL absoluta: http://www.ejemplo.com/ruta1/ruta2/pagina2.html URL relativa: imagen 10.jpg And since you're not developing locally, you can't use URL relative
21st Feb 2020, 9:42 PM
Cmurio
Cmurio - avatar