Differences

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

Link to this comparison view

body [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <body> Element =====
 +==== Definition and Usage ====
 +
 +The [[body|<body>]] tag defines the document's body.
 +
 +All media assets that define an NCL application together with relationships
 +among these assets are defined in child elements of the [[body|<body>]] element.
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[body|<body>]] | //id// | ([[port|<port>]] <nowiki>|</nowiki> [[property|<property>]] <nowiki>|</nowiki> [[media|<media>]] <nowiki>|</nowiki> [[context|<context>]] <nowiki>|</nowiki> [[switch|<switch>]] <nowiki>|</nowiki> [[link|<link>]] <nowiki>|</nowiki> [[meta|<meta>]] <nowiki>|</nowiki> [[metadata|<metadata>]])* | [[ncl|<ncl>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //id// | It may receive any string value that begins with a letter or an underscore and that only contains letters, digits, <".">, and <"_">. | The //id// attribute uniquely identifies the element within a document. |
 +
 +
 +
  
Back to top