0
What do you mean be absolute and relative links?
6 Réponses
+ 8
Do you mean position?
+ 7
It would be easier to show
have a video
https://youtu.be/kowh52NmZis
+ 6
Absolute: Constant according to viewer
Relative: Constant relative to some other element
+ 5
Absolute links include every part of a URL to load a resource. 
This includes the following:
 - scheme: http://, https://, ftp://, etc
 - server: Domain Name or IP Address
 - path: Directory paths leading to the target file.
 - resource: File name 
Relative links take into account the current url path and appends the relative path to the link.
Here are some examples to better understand:
Absolute Links:
 - Home: http://www.somedomain.com
 - Post1:  http://www.somedomain.com/blog/post1/
 - Post2: http://www.somedomain.com/blog/post1/
Relative Links: (Applies to links on the same website.)
 - Home: /
 - Post1:  /blog/post1
 - Post2:  /blog/post2
Relative Links: (Applies to links on a page in the /blog/ directory.)
 - Post1:   post1
 - Post2:  post2
Hopefully, this makes sense.
+ 2
I know nothing about it
+ 2
will you care to explain



