Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is a Markup Language
What Is a Markup Language?
✍: FYICENTER.com
A markup language is a set of words and symbols for describing the identity of pieces of a document (for example, 'this is a paragraph', 'this is a heading', 'this is a list', 'this is the caption of this figure', etc). Programs can use this with a stylesheet to create output for screen, print, audio, video, Braille, etc.
Some markup languages (eg those used in wordprocessors) only describe appearances ('this is italics', 'this is bold'), but this method can only be used for display, and is not normally re-usable for anything else.
2007-04-11, 5438👍, 0💬
Popular Posts:
Can one change the mouse pointer in Forms? The SET_APPLICATION_PROPERTY build-in in Oracle Forms all...
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..
What does AddressOf operator do in background ? The AddressOf operator creates a delegate object to ...
How do I use a scriptlet to initialize a newly instantiated bean? A jsp:useBean action may optionall...