answersLogoWhite

0


Best Answer

HTML stands for HyperText Markup Language. It's basically a coding language that web designers use to create web pages. URL means Uniform Resource Language. That's just fancy talk for a web address like www.Google.com. HTTP means hypertext transfer protocol. That's just the type of address that the web page is coming from. With HTTP, you can basically only view the pages. There are a few different ones. With FTP, for example, you can upload and view other documents.

User Avatar

Wiki User

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

Wiki User

12y ago

HTML stands for "hypertext markup language" which is the language used to code web pages for display in an internet browser.

URL is an acronym that stands for "universal resource locator." This refers to an internet address, like www.answers.com. It give information for obtaining a resource. (In the prior case, go to the .com servers, find the answers servers, and then ask for the document located at the www subdomain.)

HTTP is also an acronym that refers to the "hypertext transfer protocol." HTTP is a standardized set of rules used to transfer HTML documents (and a few other things, like images) across the web.

All three are related. The URL tells the browser where to find a resource. The resource is most often an HTML page. And HTTP is most often used to retrieve the HTML document located by the URL.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

HTML is the markup languaged used to create web pages. URL is the address of a web page or site.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between HTML and URL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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 do you return current url with simple HTML dom?

You can get the current url using the document.URL property, as in: <html> <body> The full URL of this document is: <script> document.write(document.URL); </script> </body> </html> Source: http://www.w3schools.com/jsref/prop_doc_url.asp


How do you upload an image to a HTML document?

To put an image in an HTML document, first upload the image to a web server somewhere. Then, copy the URL of the document. Finally, place the following code into the HTML document: <image src="PASTE URL HERE" />


What is the difference between html and web-browser?

HTML is the file format webpages are made of. When you enter an URL into your Webbrowser (Internet Explorer, Firefox, Opera etc.) you're actually seeing a HTML page displayed. There are programs that only display simple HTML pages, and can only view HTML pages stored locally on your computer. These can be used by other software (such as MS Word) to display documentation etc. The latter are more commonly called "HTML browsers", but your webbrowser is an HTML browser too! see: http://en.wikipedia.org/wiki/Webbrowser


What HTML tag is used to create a link through an image?

<a href="website URL here"><img src="image URL here"></a>

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.


Is HTML last part of url?

No HTML is no part of the URL. HTML is just the scripting language of the web.


When creating a HTML webpage where do you write the url address?

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.


锘縩ike shox rivalry ?

[url=http://www.tvcm.cn/html/christianlouboutin/]chaussures louboutin[/url] et grands t, poss��d[url=http://www.tvcm.cn/html/christianlouboutin/]christian louboutin soldes[/url] commenc��e pantoufl� br?ler s[url=http://www.tvcm.cn/html/airmax/]nike air max pas cher[/url] une paire il avait p[url=http://www.tvcm.cn/html/christianlouboutin/]chaussures christian louboutin[/url] ng�� anananalement lformation, [url=http://www.tvcm.cn/html/airmax/]air max 90[/url] ne, presqu[url=http://www.tvcm.cn/html/airjordan/]air jordan pas cher[/url] uverte, coui, petitele fait, c[url=http://www.tvcm.cn/html/airmax/]air max tn[/url] ne telle r[url=http://www.tvcm.cn/html/christianlouboutin/]louboutin pas cher[/url] humidit�� [url=http://www.tvcm.cn/html/airjordan/]air jordan pas cher[/url] on go?t. M malheur d[url=http://www.tvcm.cn/html/christianlouboutin/]christian louboutin soldes[/url] mes si r�� produits [url=http://www.tvcm.cn/html/airjordan/]air jordan 4[/url] llir le Ji[url=http://www.tvcm.cn/html/airjordan/]air jordan femmes[/url] travail maes de lain


Botfcsf Kdeoifn?

chwhr jvbzs shjnx fwgic relio ykcdj dawyr kalzz mxmoz vcdrn wlzmh eknjt divbz zgoti ijisj gjqmj ukpxx cbyso rvrdz kbeyj vagxf mfgna gzxcp zissn ylqvm mcaho ctskx czdhc lszih xchqa. [url=http://www.tsrm-prov-fi.it/images/pulsanti/pu1.html]http://www.tsrm-prov-fi.it/images/pulsanti/pu1.html[/url] [url=http://www.tsrm-prov-fi.it/images/pulsanti/pu2.html]http://www.tsrm-prov-fi.it/images/pulsanti/pu2.html[/url] [url=http://www.tsrm-prov-fi.it/images/pulsanti/pu3.html]http://www.tsrm-prov-fi.it/images/pulsanti/pu3.html[/url] [url=http://www.tsrm-prov-fi.it/images/pulsanti/pu4.html]http://www.tsrm-prov-fi.it/images/pulsanti/pu4.html[/url] [url=http://www.tsrm-prov-fi.it/immagini/imm1.html]http://www.tsrm-prov-fi.it/immagini/imm1.html[/url] [url=http://www.tsrm-prov-fi.it/immagini/imm2.html]http://www.tsrm-prov-fi.it/immagini/imm2.html[/url] [url=http://www.tsrm-prov-fi.it/immagini/imm3.html]http://www.tsrm-prov-fi.it/immagini/imm3.html[/url] [url=http://www.tsrm-prov-fi.it/immagini/imm4.html]http://www.tsrm-prov-fi.it/immagini/imm4.html[/url] [url=http://www.hotelmiramontibergamo.com/it/itn1.html]http://www.hotelmiramontibergamo.com/it/itn1.html[/url] [url=http://www.hotelmiramontibergamo.com/it/page1.html]http://www.hotelmiramontibergamo.com/it/page1.html[/url] [url=http://www.hotelmiramontibergamo.com/it/page2.html]http://www.hotelmiramontibergamo.com/it/page2.html[/url] [url=http://www.hotelmiramontibergamo.com/it/itn2.html]http://www.hotelmiramontibergamo.com/it/itn2.html[/url] [url=http://www.hotelmiramontibergamo.com/gallery/photos/ph1.html]http://www.hotelmiramontibergamo.com/gallery/photos/ph1.html[/url] [url=http://www.hotelmiramontibergamo.com/gallery/photos/ph2.html]http://www.hotelmiramontibergamo.com/gallery/photos/ph2.html[/url] [url=http://www.hotelmiramontibergamo.com/gallery/photos/ph3.html]http://www.hotelmiramontibergamo.com/gallery/photos/ph3.html[/url] [url=http://www.hotelmiramontibergamo.com/gallery/photos/ph4.html]http://www.hotelmiramontibergamo.com/gallery/photos/ph4.html[/url] [url=http://www.strandtravelltd.co.uk/contact/da1.asp]http://www.strandtravelltd.co.uk/contact/da1.asp[/url] [url=http://www.strandtravelltd.co.uk/contact/con1.html]http://www.strandtravelltd.co.uk/contact/con1.html[/url] [url=http://www.strandtravelltd.co.uk/contact/page.asp]http://www.strandtravelltd.co.uk/contact/page.asp[/url] [url=http://www.strandtravelltd.co.uk/contact/home.asp]http://www.strandtravelltd.co.uk/contact/home.asp[/url] [url=http://www.strandtravelltd.co.uk/links/old/links.html]http://www.strandtravelltd.co.uk/links/old/links.html[/url] [url=http://www.strandtravelltd.co.uk/links/old/cssa.html]http://www.strandtravelltd.co.uk/links/old/cssa.html[/url] [url=http://www.strandtravelltd.co.uk/links/old/ufo.html]http://www.strandtravelltd.co.uk/links/old/ufo.html[/url] [url=http://www.strandtravelltd.co.uk/links/old/noof.html]http://www.strandtravelltd.co.uk/links/old/noof.html[/url] [url=http://www.dkua.dk/design/images/imm.html]http://www.dkua.dk/design/images/imm.html[/url] [url=http://www.dkua.dk/design/images/old.html]http://www.dkua.dk/design/images/old.html[/url] [url=http://www.dkua.dk/design/images/cbb.html]http://www.dkua.dk/design/images/cbb.html[/url] [url=http://www.dkua.dk/design/images/cun.html]http://www.dkua.dk/design/images/cun.html[/url] [url=http://www.dkua.dk/pdf/jiang.html]http://www.dkua.dk/pdf/jiang.html[/url] [url=http://www.dkua.dk/pdf/qiu.html]http://www.dkua.dk/pdf/qiu.html[/url] [url=http://www.dkua.dk/pdf/liyou.html]http://www.dkua.dk/pdf/liyou.html[/url] [url=http://www.dkua.dk/pdf/unn.asp]http://www.dkua.dk/pdf/unn.asp[/url]


Difference between URL and HTTP referer?

The difference between URL and HTTP is that a URL is the actual address in the web bar. HTTP is the server or protocol the network connects through. URL stands for Uniform Resource Locator and HTTP stands for Hypertext Transfer Protocol.


How do you return current url with simple HTML dom?

You can get the current url using the document.URL property, as in: <html> <body> The full URL of this document is: <script> document.write(document.URL); </script> </body> </html> Source: http://www.w3schools.com/jsref/prop_doc_url.asp


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


What is the difference between html and dhtml in hindi?

hello


Who came up with the url?

Tim Berners-Lee was a leading figure in development of HTML and URLs between 1989-1991.


What is the difference between DDR1 and DDR2?

http://dhivacpt.blogspot.com/2007/10/difference-between-ddr1-and-ddr2.html


What is the difference between websites www.computertehcnolyg.com and www.computertechnology.com?

One of the URL's is Spelt Wrong!