answersLogoWhite

0

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.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the basic code for creating a webpage?

HTML?


Where is HTML used?

Html is used all over the web. It is the basic webpage format. Look in the address bar, for many pages it will end in html.


How do you create new different webpage?

You can create a new web page by creating a new HTML file. Each HTML corresponds to a web page.


What is a HTML webpage?

A HTML Webpage is a page created on HTML. It runs on browser and co-ordinates with web.


I have got a HTML code and it asks for a page address how to i get the page address?

The page address is displayed in the URL bar of your browser. This is called the URL or Address of a webpage.


Significance of HTML in creating webpage?

The standard software language allows anyone to create a package that can read the software.


What is the uses of cascading style sheets?

to aide html and other programs when creating the layout and color scheme of a webpage


What is an HTML webpage?

An HTML webpage is a collection of HTML tags. The tags are arranged in a proper way to create a web page.


What is the definition for a relative address in CSS?

Relative addresses exist on servers and in HTML. A webpage can have a relative address linking a stylesheet to it. They do not exist in CSS.


What is the code of HTML of webpage?

HTML in a webpage is the basis of formation of it. It uses tags to define it's usage.


How can you design a webpage using HTML since you are a begginer?

If you want to write the HTML code yourself, you'll have to take a tutorial. There are plenty tutorials available online.


How do you center a list when creating a simple HTML webpage?

&lt;center&gt; tag can be used for centering a list. This has been depreciated in the latest versions.