57e18e9289
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@56 a672b425-5310-4d7a-af5c-997e18724b81
33 lines
552 B
HTML
33 lines
552 B
HTML
<html>
|
|
<head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
|
|
<div class = "title1">
|
|
<h1>ABSOLUTE VS RELATIVE</h1>
|
|
</div>
|
|
|
|
|
|
|
|
<div class= "text1">
|
|
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.
|
|
</div>
|
|
|
|
|
|
/*Pro and cons of both.. */
|
|
|
|
/* esempi foto + comandi usati dietro */
|
|
|
|
|
|
</header>
|
|
</body>
|
|
|
|
</html>
|