How to add my logo on a webpage from my pc | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

How to add my logo on a webpage from my pc

I am designing a webpage and want to add a logo on top of the header, it's not taking it

28th May 2017, 4:23 AM
Srivastava Anurag
Srivastava Anurag - avatar
3 Respuestas
0
is there any software where i can edit a webpage graphically without the need of the coding.
28th May 2017, 5:23 AM
Srivastava Anurag
Srivastava Anurag - avatar
0
this not does
10th Jul 2017, 9:30 AM
cbhnhifudi
cbhnhifudi - avatar
- 1
<!DOCTYPE html> <html> <head> <title> my title </title> </head> <body> <header> <img src="logo.jpg" alt="logo"> </header> </body> </html> Image is not loading, top 5 mistakes we do 1) Referencing the image incorrectly 2) Not mentioning image extensions correclty (it may be .jpg or .png) 3) Refreshing the page without saving the file 4) If no image in the destination file 5) If images turned off in your browser due to some settings
28th May 2017, 5:18 AM
onekpsc