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 :: post request html android 
Html :: html games for mobile 
Html :: upload html file to wordpress 
Html :: jquery link when installed 
Html :: what does sma stand for 
Html :: https://stackoverflow.com/questions/47961310/how-to-stack-multiple-images-in-bootstrap-4-carousel?rq=1 
Css :: css add dots if text too long 
Css :: remove style from link 
Css :: css var negative 
Css :: css all caps 
Css :: bootstrap icons in angular 
Css :: increase the size of an image on hover using css 
Css :: how to hide the bullet list css 
Css :: css remove border input focus 
Css :: smooth scroll css 
Css :: how to center a div in css 
Css :: center content 
Css :: @media 
Css :: css select all elements except last css 
Css :: hover none in css 
Css :: sticky mat-toolbar 
Css :: italic css 
Css :: center a video horizontally 
Css :: css image filter black and white 
Css :: console.log with color font 
Css :: background image stretch to fill 
Css :: select box arrow hide css in ie 
Css :: how to center in css 
Css :: box shadow to make border bottom 
Css :: how to make white image black in css 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =