I made a logo.html file with, for example: ``` <html> <body> <img src="logo.jpg" alt="Logo del mio sito"> </body> </html> ``` And other variations, with div etc.. logo.jpg is in the same directory and work if I open it alone.
I made a logo.html file with, for example:
And other variations, with div etc.. logo.jpg is in the same directory and work if I open it alone.