is a HTML and URL the same thing?

  • Thread starter Thread starter Gracee
  • Start date Start date
No.

HTML is a language used to create webpages.

Each webpage then has a URL, which is the address.

I will now continue with a handy analogy. xD

If you've got a house, HTML would be bricks or whatever the house is made of, while URL would be the street address. xD
 
no.

HTML is a coding language used for web pages on The Internet and a URL is just the location of your website disguised as an easy to remember name. (the URL of this website is "answers.yahoo.com" but it's real location is an IP address on some server somewhere).
 
no ... html is a language used 4 creating website .. and an url is just a locator of the page in web... its full form is universal resource locator
 
No,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTML
HTML, an acronym for HyperText Markup Language, is the predominant markup language for web pages. It provides a means to describe the structure of text-based information in a document—by denoting certain text as links, headings, paragraphs, lists, etc.—and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of "tags" that are surrounded by angle brackets. HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code (such as JavaScript) that can affect the behavior of Web browsers and other HTML processors.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
URL
In computing, a Uniform Resource Locator (URL) is a type of Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it.[1] In popular usage and in many technical documents and verbal discussions it is often, imprecisely and confusingly, used as a synonym for uniform resource identifier. The confusion in usage stems from historically different interpretations of the semantics of the terms involved.[2] In popular language, a URL is also referred to as a Web address.
 
Back
Top