The last part. The part after the last forward slash ( / ).
file specification
At the end of the URL
File specification
HTML pages do not create their complete URL. The URL is generated by the Web server. Part of the URL is the saved name of the HTML file (e.g. page.html). The rest of the URL depends on where the HTML document is saved on the Web server (e.g. www.webserver.com/directory/page.html). You specify the name of the Web page in the HTML file by using the <title>My Page Name</title> tags.
The pathname is the ending part of the URL. It is after the "slash" of the domain name.
The first part to the URL is called protocol, which is http://. The second part is the domain name. It goes after the http://. http://www.dogs.com. So www.dog.com is the second part. The directory path is the third part. For example after .com would be, /about/. The file name is the fourth part. An example is after /about/index.HTML. So index.HTML is the fourth part. All together is would look like: http://www.dogs.com/about/index.HTML
A pathname is the location of a file or object in the context of a file system. A URL is the location of a file or object in the context of an internet web server.
It's your username and the name of your page.
Domain Name
File ---> Save As
tret5e
txt is a type of file format. The URL tells the computer what protocol to use to open that file. When you're on the internet, the preferred URL is http, or hypertext transfer protocol.