“Pfad in html” Code-Antworten

Pfad in html

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

HTML Relative Pfad

<!--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

Ähnliche Antworten wie “Pfad in html”

Fragen ähnlich wie “Pfad in html”

Weitere verwandte Antworten zu “Pfad in html” auf HTML

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen