adding a previous html
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@91 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
parent
d31d755369
commit
dc485a5e24
1 changed files with 18 additions and 0 deletions
18
site/pages/fs/relative.html
Normal file
18
site/pages/fs/relative.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: page
|
||||
category: File System
|
||||
tags: absolute relative path
|
||||
author: Marwan Announ
|
||||
title: fs
|
||||
---
|
||||
|
||||
<h1>ABSOLUTE VS RELATIVE</h1>
|
||||
|
||||
<p>
|
||||
Now, you can ask, why I have to use one or another?
|
||||
<br> What is the difference? and questions like this.
|
||||
<br> <br> <br> Don't worry, the answer it's easy.., we can use an absolute path from any location
|
||||
<br> whereas you want to use relative path we should be present that you have to be in the working directory.
|
||||
</p>
|
||||
|
||||
<!-- quiz about absolute vs relative, where the user have to choose one or another(javascript) -->
|
Loading…
Reference in a new issue