Jump to content

links html


kadiholmes

Recommended Posts

there is a sentence in which i didn't get anything !

 

Without a trailing slash on subfolder addresses, you might generate two requests to the server. Many servers will automatically add a slash to the address, and then create a new request.

please explain it to me and thank you

 

 

bookmarks is favourite in all dictionary in which way bookmarks = inside link and thank you

Link to comment
Share on other sites

Without a trailing slash on subfolder addresses, you might generate two requests to the server.

Many servers will automatically add a slash to the address, and then create a new request.

 

This is a quote from here... http://www.w3schools.com/html/html_links.asp

 

I suppose they are saying that a link such as...

 <a href="http://www.w3schools.com/html/'>http://www.w3schools.com/html/">Visit our HTML tutorial</a> 

...is more efficient than a link such as...

 <a href="http://www.w3schools.com/html">Visit our HTML tutorial</a> 

...because the first one is clearly describing a path to a folder.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...