+ 1
What is path? and for what it's commands used?
2 Answers
+ 4
path in html is like a path that we walk. Look, path can be a stright line, curvy line, or other lines, path can make that grapic too!
+ 3
In file directories, the path is the list of files from the root of the directory to the file. For example the path to a file on my desktop is something like
C:./users/Robert/Desktop/file.txt
Also in computer graphics like the other user said, can be what kind of path is drawn on a Cartesian graph, basically a connect the dots to super simplify. So if i have a two points on a graph how i connect a line from point A to B would be the path, is it an arc like a semi circle, a straight line, or may even resemble a wave.