“caminho em html” Respostas de código

caminho em html

   /   = Root directory
   .   = This location
   ..  = Up a directory
   ./  = Current directory
   ../ = Parent of current directory
   ../../ = Two directories backwards
Elated Eagle

Caminho relativo HTML

<!--The ./ means the contact.html file is in the same file 
as the file that is linked to it-->
<a href="./contact.html">Contact</a> 
phi.pi

Respostas semelhantes a “caminho em html”

Perguntas semelhantes a “caminho em html”

Mais respostas relacionadas para “caminho em html” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código