Ejemplo 1: ruta en html
/ = Root directory
. = This location
.. = Up a directory
./ = Current directory
../ = Parent of current directory
../../ = Two directories backwards
Ejemplo 2: html no muestra la imagen con la ruta completa
use forward slah at the end of the sorce . example = <img src = "c:bla blaphoto.jpg"/>
Ejemplo 3: 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>
Ejemplo 4: imagen local html
<img src="c:your file">
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)