Definition

<< Click to Display Table of Contents >>

Navigation:  IWML > Tags > Controls >

Definition

The Definition control in IWML represents a semantic definition element, commonly used to annotate terms or keywords with a definition. It is rendered as an inline element, similar to HTML's <dfn> tag, and can be styled accordingly.

 

This control is useful for marking up technical or glossary terms within text.

 

Syntax:

 

Definition[:Name] [Text]

 

Name – optional identifier used to access the element in code (this.Name).

Text – the term or label that will be visually marked as a definition.

 

Properties:

 

Text – sets the visible text to be marked as a definition.

 

Try It

 

Definition:ImportantTerm IWML — IntraWeb Markup Language