answersLogoWhite

0

url = uniform resource locator or universal resource locator, this is the address of a specific internet site or resource.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Server means what?

url = uniform resource locator or universal resource locator, this is the address of a specific internet site or resource.


What is a URL in java?

URL is not a java-specific term. It means "uniform resource locator"; informally, it is the same as an "Internet address" - for example, the address to access a Web page, or an FTP server.


Which server porvides the trarslation od url to ip addresses?

It's called DNS server.


How do you find a pictures HTML?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: Broken down it means < img source = "the address (URL) of the image is located / (for the name of the image) Youri_picture.jpg">


How you make a HTML code of your photo?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored (the server)It should look like this: Broken down it means < img source = the address (URL) of the image location/ (for the name of the image) yourimage.jpg>


Is there a website with a good introduction to application server load balancing?

There is an excellent PDF breakdown of server load balancing at [url]http://www.radharc.com/whitepapers/Server_Load_Balancing.pdf[/url]. Also, check out the white paper associated with this Linux article: [url]http://www.linux-mag.com/id/4136[/url]. There is a good website for server load balancing. The address is http://content.websitegear.com/article/load_balance.htm. It offers a good introduction to server load balancing.


What is the server url for yahoomail?

The server URL for Yahoo Mail is typically accessed through the web at &quot;https://mail.yahoo.com.&quot; For SMTP settings, the outgoing mail server is &quot;smtp.mail.yahoo.com,&quot; and the incoming server for IMAP is &quot;imap.mail.yahoo.com.&quot; For POP, the incoming server is &quot;pop.mail.yahoo.com.&quot; Always ensure you're using secure connections (SSL/TLS) when configuring email clients.


Which role service within IIs enables the web server to forward incoming requests for a specific URL to another URL?

.NET


Which role service within IIs enables the web server to forward incoming request for a specific url to another url?

.NET


How many URL'S are there in the World Wide Web?

The term URL means the Urban Realestate Legion. Founded in 1987, it current has only one branch. Thus, the answer is one.us No, the term URL means Uniform Resource Locator in this context, and NetCraft estimates that as of march 2011, there are around 300,000,000 (300 million) hostnames in existence. http://news.netcraft.com/archives/category/web-server-survey/


How does HTML deal with a picture on a webpage?

Using HTML to display images you use the &lt;img&gt; tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: &lt;img src="http://www.theURLfortheimage.com/Yourimage.jpg"&gt; Broken down it means &lt; img source = the address (URL) of the image is located / (for the name of the image) Yourimage.jpg&gt;


What is the pathname in a URL?

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.