“camino en html” Código de respuesta

camino en html

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

ruta relativa 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

Respuestas similares a “camino en html”

Preguntas similares a “camino en html”

Más respuestas relacionadas con “camino en html” en HTML

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código