answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: I have got a HTML code and it asks for a page address how to i get the page address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is HTML a url?

HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.HTML is a language used to create web pages. A URL is the address of the page or another internet resource. So HTML and URL are not the same kind of thing. It is the address of a html page that would be a URL, but not HTML itself.


How can one redirect from a HTML page?

When creating an HTML page the person must be verse in Hyper Text coding. Generally the code a href will and then typing the address of the site will create a link.


What is the code HTML for?

HTML is the code that tells a web browser how to display a web page on your computer screen.


What is a website HTML code?

Every website would have a different HTML code. You can right click on the page body and choose "View Source" to view the HTML source of that web page.


What is the HTML code for music?

The HTML code for music is <audio>. This tag is only present in HTML 5 and helps to embed music into the page.


What is a code view?

In viewing a web page, a code view is the raw HTML code instead of the resulting web page.


How do you get the HTML of a page?

To see the HTML code from a web page, you have several options:Save the web page and open it in a program capable of editing HTML like Dreamweaver, FrontPage or MS Word, then view the document in code mode.Save the web page as a text document and it will only contain the code.Your browser may have the option to "view page source". Select this option and the code will display in the browser.


What is the code displayed on the web page?

The code displayed on the web page is probably incomplete coding. Double check the HTML.


How does HTML code produce the form displayed in the browser?

As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.


What does edit HTML mean?

It means to change the HTML. Webpages are created using HTML. To change the page, you need to edit the HTML. So people open the source code of the HTML and change it and then upload the new version of the page.


What is the command to display HTML page through javascript?

If you're planning on linking to another page, all you have to write is: document.location = "yourNewURL"; If you want to generate Javascript, then you can either use: document.write("your HTML Code"); OR send the HTML code to an existing object in an HTML page, like so: document.getElementById['targetElement'].innerHTML = "your HTML Code here"; ----------------- That's pretty much it. If you want me to elaborate, please let me know. :)


What is the function of i HTML tag?

<i> is for italics the HTML tag itself <html> is to let the browser know how to read the code and you save the file as .html or .htm. It simply reference the code that the web page is written in.