|
|
||
|
User login Add the website to your browser's favorites |
Submitted by Tech Videos on Mon, 2007-04-30 19:57.
Tech Videos
HTML, short for Hypertext Markup Language, is the predominant markup language for the creation of web pages. It provides a means to describe the structure of text-based information in a document — by denoting certain text as headings, paragraphs, lists, and so on — and to supplement that text with interactive forms, embedded images, and other objects. HTML is written in the form of labels (known as tags), surrounded by less-than (<) and greater-than signs (>). HTML can also describe, to some degree, the appearance and semantics of a document, and can include embedded scripting language code which can affect the behavior of web browsers and other HTML processors. 1. How to see HyperText Markup Language 2. Hypertext Document - This movie express possible navigation through a hypertext document. 3. Non-breaking space in HTML - The special character is used in Hypertext Markup Language (HTML) code to represent a non-breaking, or blank, space. When you type several consecutive spaces into an HTML file, only the first space is recognized; all spaces that follow are ignored. But you can force blank spaces into an HTML page by typing " " (without quotes) for each blank space that you want to appear on the page. 4. HTML Part 1 - SGML, XML and HTML Part 1 5. HTML Part 2 - SGML, XML and HTML Part 2 |
|