Able to identify the different parts of a URL Flashcards
1
Q
protocol
A
Protocol: This is the protocol used to access the resource. In this case, it’s https, which stands for “Hypertext Transfer Protocol Secure”.
2
Q
Domain Name
A
Domain Name: This is the domain name of the website being accessed. In this case, it’s www.example.com.
3
Q
Path
A
Path: specifies and find a scpecific resource. In this case, it’s /path/to/page.html.
4
Q
Query Parameters
A
Query Parameters: These are optional parameters that can be
- added to the URL to provide additional information to the server.
- In this case, there are two parameters: param1=value1 and param2=value2.
5
Q
Anchor
A
Anchor: This is an optional anchor tag that specifies a location within the resource being accessed. In this case, it’s #anchor.