- 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
3 ответов
0
is there any software where i can edit a webpage graphically without the need of the coding.
0
this not does
- 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