Question:
a computer question for a dummy..lol?
anonymous
2009-07-29 16:14:07 UTC
I have been using a computer for years, and I still do not know what HMTL and URL is or means can somebody please explain in Very simple terms what it means and what does it do.
Thank you very much... :)
Three answers:
anonymous
2009-07-29 16:22:38 UTC
URL

Stands for "Uniform Resource Locator." A URL is the address of a specific Web site or file on the Internet. It cannot have spaces or certain other characters and uses forward slashes to denote different directories. Some examples of URLs are http://www.cnet.com/, http://web.mit.edu/, and ftp://info.apple.com/. As you can see, not all URLs begin with "http". The first part of a URL indicates what kind of resource it is addressing. Here is a list of the different resource prefixes:



http - a hypertext directory or document (such as a Web page)



ftp - a directory of files or an actual file available to download



gopher - a gopher document or menu



telnet - a Unix-based computer system that you can log into



news - a newsgroup



WAIS - a database or document on a Wide Area Information Search database



file - a file located on your hard drive or some other local drive



The second part of a URL (after the "://") contains the address of the computer being located as well as the path to the file. For example, in "http://www.cnet.com/Content/Reports/index.html," "www.cnet.com" is the address or domain name of the host computer and "/Content/Reports/index.html" is the path to the file. When a address ends with a slash and not something like ".html" or ".php," the Web server typically defaults to a file in the current directory named "index.html," "index.htm," or "index.php." So, if you type in "http://www.apple.com/" and "http://www.apple.com/index.html," you should get the same page. Go ahead and try it if you have nothing better to do.



HTML

Stands for "Hyper-Text Markup Language." This is the language that Web pages are written in. Also known as hypertext documents, Web pages must conform to the rules of HTML in order to be displayed correctly in a Web browser. The HTML syntax is based on a list of tags that describe the page's format and what is displayed on the Web page.



Fortunately, the HTML language is relatively easy to learn. Even more fortunately (so much for good grammar), many Web development programs allow you to create Web pages using a graphical interface. These programs allow you to place objects and text on the page and the HTML code is written for you.



for your future reference there is no such thing as HMTL it's HTML.









Michele C
2009-07-29 23:22:57 UTC
HTML is hyper-text mark up language. It tells computers and printers how to display the page,



URL is a unique resource location. It says where the page lives on the World Wide Web.



You are NOT a dummy, just a newbie. Go to: www.newbie.com for quick, free tutorials. Have fun.
anonymous
2009-07-29 23:20:17 UTC
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. In popular usage and in many technical documents and verbal discussions it is often incorrectly used as a synonym for URI.[1] In popular language, a URL is also referred to as a Web address.



HTML - HTML, which stands for Hypertext Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. It is written in the form of HTML elements consisting of "tags" surrounded by angle brackets within the web page content. It can include or can load scripts in languages such as JavaScript, which affect the behavior of HTML processors like Web browsers, and Cascading Style Sheets (CSS) to define the appearance and layout of text and other material. The use of CSS is encouraged over explicit presentational markup.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...