English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What does this computer term refer to and can anyone explain it to me?

2007-12-19 13:08:49 · 6 answers · asked by marc 2 in Computers & Internet Programming & Design

6 answers

Short for HyperText Markup Language, the authoring language used to create documents on the World Wide Web. HTML is similar to SGML, although it is not a strict subset.

HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with (enter here what document is about) and ends with . All the information you'd like to include in your Web page fits in between the and tags.


There are hundreds of other tags used to format and layout the information in a Web page. Tags are also used to specify hypertext links. These allow Web developers to direct users to other Web pages with only a click of the mouse on either an image or word(s). For a more complete list of tags, check out some of the URLs below.

2007-12-19 13:13:07 · answer #1 · answered by Anonymous · 2 1

It is the w3c standard markup language that web browsers read to render web content to the user. HTML uses standard ASCII text characters (a to z, A to Z, 0 to 9, various symbols).

The great thing about HTML, is web pages are sent and recieved over the internet as ASCII text to be read by a web browser. The web browser (such as internet explorer, firefox, etc.) does all the work in rendering the web page to the user after reading the HTML text.

HTML consists of a collection of elements that are represented as specific words between < and > symbols. There are start tags and end tags. The end tag just includes a / after the <.

2007-12-19 21:44:39 · answer #2 · answered by nathan 3 · 0 0

HTML means HyperText Markup Language

It is the programming language used to create web pages. Right-click on this page and choose "View source" in the menu. You will see this page's HTML source code. This is an example of HTML. All the web pages you visit are made using HTML or a similar language (such as XHTML which is an extended version of HTML).

2007-12-19 21:14:18 · answer #3 · answered by Olivier 2 · 0 0

Hypertext Markup Language, it's basically the language that is used to display web pages. Markup languages are characterized by using a series of tags called elements (for example ) and those tags may have attributes (ie., ). That's it in a nutshell: it's the hypertext markup language used to display web pages. You can read the more complicated version here:

http://en.wikipedia.org/wiki/HTML

Note: Since the first answer mentions this, a RSS feed is only a XML feed with it's own set specification and rules. A Podcast is just a RSS feed that exposes audio files (i.e., ogg, mp3, mp4) to download and listen to. XML is also a markup language used for many purposes but generally used as another means to represent data (i.e.,
Everything markup explained in a nutshell.

2007-12-19 21:18:22 · answer #4 · answered by Anonymous · 0 0

http://www.yourhtmlsource.com/starthere/whatishtml.html
http://en.wikipedia.org/wiki/HTML
best way to learn HTML
http://www.w3schools.com/html/
try this you surely enjoy the lessons

2007-12-19 21:57:35 · answer #5 · answered by Anonymous · 0 0

Basically i is the code that ALL webpages are written in, unless u hae one that is RSS, and i dunno what RSS is. in ur toolbar click View and then to Page Source... all that stuff is HTML

2007-12-19 21:12:28 · answer #6 · answered by SPCAnde 6 · 0 1

fedest.com, questions and answers