Dictionary

Attribute
XML Attributes are used to describe XML elements or to provide additional information about element

CSS (Cascading Style Sheets)
  • Coding option that allows webmasters to apply simple display styles to each page of a web site by setting up templates.
  • CSS can be used to redefine the look of standard HTML tags. For instance, search engines place higher value on text contained within the tags, but the default size for these tags is generally too large for modern web design. CSS can be used to redefine the size, color, font and emphasis of these tags so that webmasters can properly utilize them in search engine optimization.
  • Example
  • DTD (Document Type Definition)
  • A DTD defines the legal elements of an XML document.
  • A DTD is a formal model for defining the role of each element.
  • It formally defines the relationship between the various elements that form the documents.
  • The purpose of a DTD is to define the legal building blocks of an XML document.
  • A DTD can be declared inline in your XML document, or as an external reference. - An internal DTD refers to a case where the XML document has the DTD inline.
    - Where as an external DTD is one where the document instance is separates from the formal definition of elements

  • Element
    XML Elements is a technical term for a textual unit, viewed as a structural component.


    Markup Language
  • 'Mark up' languages tell how to format text.
  • 'Mark up' are codes inserted into electronics texts to govern formatting, printing or other process.
  • Proprietary markup languages : word processors e.g. Word, WordPerfect, binary (can't use in different systems [PC/Mac])
  • Open markup languages (public domain) : SGML, rich text (rtf), HTML, text-based (work with any system) in Word, can save as rich text, then open in Notepad.


  • SGML(Standard Generalized Markup Language)
  • It is an internationally agreed standard for data representation.
  • It can be used for publishing in its broadest sebse from single medium conventioanl publishing on paper to online multimedia database publishing on the web.
  • It can be used to produec files that can be read by human beings and exchanged between machines and applications in a straigtforward manner.
  • It is an international standard for the defintion of device independent system independent methods od representaing texts in electronic form.
  • Top