answersLogoWhite

0


Best Answer

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

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

Wiki User

9y ago

You do not write the URL of the page. The URL is where the HTML file is located on the system.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When creating a HTML webpage where do you write the url address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the basic code for creating a webpage?

HTML?


Is HTML a language for describing a webpage?

It's one of them. Also, the main one. Others are PHP, ASP, JavaScript, CSS, Ruby On Rails, and Perl


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 the uses of cascading style sheets?

to aide html and other programs when creating the layout and color scheme 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 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.


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.


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.


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.