answersLogoWhite

0


Best Answer

There are a few steps to using a Web address to display a Web page:

- Purchase a domain name, which is your Web address. There are plenty of domain name registrars on the Web. Before you do business with one of them, research them to find out which ones have failed to serve their customers adequately, and avoid them. If you have any friends who have their own domain name(s), see which ones they use and look at those.

- Get some Web space. There are sites (Web hosters) that provide Web space for free and sites that require payment. The quality of service you can expect depends on which kind of site you set your Web page up on.

- Write your Web page. There are plenty of programs that will create a Web page for you.

- Link the domain name to your Web space. Once you've done this, anyone typing in your domain name into a Web browser address bar will see your page.

Note that there are some hosting companies that do all of the above three. They make this process a whole lot easier, and often take care of most or all of the technical work for you, aside from making the Web page.

See the related links below for more information on building a Web site.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago
Index Page URL address

The web index page is assigned a domain name, the URL Address that connects to the server that the page is hosted. Think of the web address for the web page as a phone number. When you call someone you dial a unique number for that person, and you are connected to them. When you use a unique URL for a web page it connects to the server where the page is hosted.

This answer is:
User Avatar

User Avatar

Jodilyn Cano

Lvl 2
2y ago

How can you use a web page address to display a web page?

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

The best way to do is create a simple html code as follows:

<a href="Your web address" target="_blank">Name of your web address</a>

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

i dint know how the sh thing works ?

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

by using internet protocols

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you use a web address to display a web page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is URL Address?

Every page is stored in the web in the hyper text format.. They are present in a tree structure of similar domain.. URL address refers to the traversal of a particular page present in the web and the path name of the page.


Is hyperlinks a way to communicate on the internet?

Not exactly. A hyperlink is an address for a website page. It is a way for one web page to direct the user to another web page. A hyperlink CAN contain additional information that it can pass on to the next web page in the process of linking.


Which identifies a specific webpage and its computer on the web?

es a specific web page? web site,web site address,URL,Domain name


When someone asks you for the websites URL what are they referring to?

The want the web address you are currently on. It can be found at the top of the page. For instance, the URL of this page is:When_someone_asks_you_for_the_websites_URL_what_are_they_referring_to


What is the meaning of website address?

Website address definition:Uniform Resource Locator is an URI which also specifies where the identified resource is available and the protocol for retrieving.A websire address is called a URL (Uniform Resource Locator). It is broken down into sections. First you always see http:, that is called HyperText Transport Protocol, it is basicially the way that responses and request messages are transmitted over the Web. The second part is www, this identified the fact that it is a Web page and goes to a Web server. Next is the path, which is the location on the Web server where the Web page is stored. For example, Myfiles/Sales/2005 means it is in the folder Myfiles that contains a Sales folder which has the data for 2005. The file name is the last part of the path, which is .htm or .html.

Related questions

What web address?

A web address identifies a specific web page that the user wants to display.


What is web address?

A web address identifies a specific web page that the user wants to display.


What is a web address?

A web address identifies a specific web page that the user wants to display.


Differentiate between web page and web address?

A web page is the display that comes up on the screen when a browser is directed to find a web address or URL


How do you get to a Facebook page?

If you are an admin or owner of the page you can create a page web address for the page. Search for the 'memorable web address' application on Facebook. Once the admin has created a memorable web address for the page, anyone can use that address to get there easily. Also, you can simply search for the page in Facebook's search bar at the top of the page.


What do you click to display the previous web page on the standard buttons toolbar?

What do you click to display the previous web page on the standard buttons toolbar?


How can you use a web page address to display a web page?

There are a few steps to using a Web address to display a Web page:- Purchase a domain name, which is your Web address. There are plenty of domain name registrars on the Web. Before you do business with one of them, research them to find out which ones have failed to serve their customers adequately, and avoid them. If you have any friends who have their own domain name(s), see which ones they use and look at those.- Get some Web space. There are sites (Web hosters) that provide Web space for free and sites that require payment. The quality of service you can expect depends on which kind of site you set your Web page up on.- Write your Web page. There are plenty of programs that will create a Web page for you.- Link the domain name to your Web space. Once you've done this, anyone typing in your domain name into a Web browser address bar will see your page.Note that there are some hosting companies that do all of the above three. They make this process a whole lot easier, and often take care of most or all of the technical work for you, aside from making the Web page.See the related links below for more information on building a Web site.


What is the unique web address of every page?

The Homepage in a site is the unique web address in a page.


What is the difference between page cannot display and cannot be found?

Page cannot Display-Problem with your Internet Connection or the page is block and may some other possibility. Cannot Be found-Problem with Web Provider,Page removed,Page Address change and some Other possibility.


What is website address?

A web site address is the address of a web site page


What does it mean when a web browser gives a message of about blank?

about:blank is a common URL (website address) that will display a blank page in most modern web browsers. Many times this page will be shown when opening a new tab.


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">