Linked Questions

1 vote
6 answers
2k views

I have been reading through RequireJS i dont get the difference between define(["./cart", "./inventory"], function(cart, inventory) {...} and ...
Prasanna's user avatar
  • 440
2 votes
2 answers
364 views

What does ./ mean? I assume that it is used to search a path, but I am not sure if that is true. I know that, for example, in C# if I want to search a path I can ...
Dlanor's user avatar
  • 276
0 votes
1 answer
2k views

while I was looking through some code I found one form tag which is sending the information to './' Here's what the code looks like: ...
Anon Ymous's user avatar
1 vote
4 answers
452 views

Given the following project structure: /root /static script.js page.html This will 'import' script.js, into the HTML ...
user avatar
4 votes
4 answers
128 views

As we know that ../ means one step back and / means the current place but i am confused about the ./ when working with my web site and found that. Can anyone explain ?
user avatar
1 vote
1 answer
137 views

Possible Duplicate: What does “./” (dot slash) refer to in terms of an HTML file path location? What is the purpose of the decimal in the following, widely used reference to an external css sheet. ...
Ben's user avatar
  • 1,011
-2 votes
2 answers
117 views

"../" - two period (e.g., src="../picture.jpg") means go up one folder. ...
Ken Kaneki's user avatar
-2 votes
2 answers
103 views

I have an assignment for my class, and it involves us creating a dummy website about anything using HTML and CSS. I learned the basics of HTML but this is something I don't understand... On visual ...
Bhavis456's user avatar
0 votes
1 answer
90 views

I got an error while trying to go back to a root folder (folder A) from child folder (folder B inside folder A).. I am confused, because I am trying every way to solve the problem but still got an ...
Varny's user avatar
  • 1
-1 votes
1 answer
72 views

I am trying to include an image that is in a local folder. When I try to load it standalone(not served from a server) it breaks. When I load it from a server it has no problem. If both point to the ...
Eternal_plasma's user avatar
0 votes
1 answer
72 views

I have the following file structure in my project: app html index.html css style.css the issue is that linking my style.css by the following wont work: ...
Sam - The Falconeye's user avatar
1 vote
1 answer
81 views

What will the below lines of code ? How will they search for the cover.css file? ...
Bineet Kumar Nayak's user avatar
1 vote
0 answers
22 views

While working on a Node Project , I came across this ...
Arslan Aslam's user avatar
0 votes
0 answers
21 views

Why do HTML links sometimes add ./ before HTML file destination, and sometimes not? Example: ...
Sean Trudel's user avatar
106 votes
6 answers
632k views

My CSS file is in : Project/Web/Support/Styles/file.css My image is in : Project/Web/images/image.png I want this image in my ...
Jobin's user avatar
  • 1,371

15 30 50 per page