Search
 
SCRIPT & CODE EXAMPLE
 

HTML

HTML file path

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

File Path in html

<!-- absolute file path -->
<a href="https://developer.mozilla.org/en-US/docs/Web">The URL for this anchor element is an absolute file path.</a>
 
<!-- relative file path -->
<a href="./about.html">The URL for this anchor element is a relative file path.</a>
Comment

HTML File Paths

<img src="https://www.w3schools.com/images/picture.jpg" alt="Mountain">
Comment

HTML File Paths

 <img src="https://www.w3schools.com/images/picture.jpg" 
      alt="Mountain">
Comment

PREVIOUS NEXT
Code Example
Html :: createjs 
Html :: html table colgroup 
Html :: delete html file from git 
Html :: html file upload custom file upload 
Html :: status code 201 
Html :: bootstrap offcanvas 
Html :: navbar in rows in bootstrap 
Html :: how to do comment in html 
Html :: text input is geeting empty space at start 
Html :: html <sub 
Html :: html ol vs ul 
Html :: tailwind cards 
Html :: convert figma to html 
Html :: HTML Regression 
Html :: petition to get rid of pigeons 
Html :: HTML <section Element 
Html :: how to add particle js in html 
Html :: favicon text/html / Redirect uses bandwith 
Html :: divide in single rows html using div 
Html :: am pm after the time in html 
Html :: chrome empty page editable 
Html :: basic steps convert design into html 
Html :: link href to a class on another page 
Html :: https://progate.com/images/html/beginner/school.jpg 
Html :: codigo ejemplo formulario de contacto 2 columnas col-md- 
Html :: hide input field title show when it is filled 
Html :: assem 
Html :: json to html 
Html :: how to set a string in one line html 
Html :: how to convert divs to accordians responsively 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =