-2
I’m trying to make my first website.
At the moment I do not understand why, when inserting images I have to insert the full address, since in all blogs and HTML sites, this is not necessary. The image is in another folder. Someone help me?
The following works:
<img src="/home/rafa/Desktop/Curriculum Vitae/imagens/hall.jpg" alt="Foto inicial">
This one no longer:
<img src="/imagens/hall.jpg" alt="Foto inicial">
But where on the page are you looking at the images? On the page
Curriculum Vitae
?– I_like_trains
Have you hosted your site on any server? Or are you just opening pure HTML via file, with no http server?
– Jefferson Quesado
Yes yes. I’m not using any server, I’m just experimenting with pure HTML.
– Rafael Antunes