Differences

This shows you the differences between two versions of the page.

Link to this comparison view

meta [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <meta> Element =====
 +==== Definition and Usage ====
 +
 +The [[meta|<meta>]] element contains meta information about an NCL document. It
 +is notused by the NCL player for the application presentation, but can be
 +used for other NCL user agents.
 +
 +The [[meta|<meta>]] element specifies a single property-value pair.
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[meta|<meta>]] | __//name//__, __//content//__ | -- | [[body|<body>]] or [[context|<context>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //name// | String. | Meta-data name. |
 +| //content// | String. | Meta-data value. |
 +
 +
 +
  
Back to top