HTML Components

Source: Wikipedia, the free encyclopedia.

HTML Components (HTCs) are a legacy technology

MIME type.[3]

An HTC is typically an

.

Example

<body>
<ul>
  <li style="behavior:url(hilite.htc)">Example</li>
</ul>
</body>

In this example, the li element is given the behavior defined by "hilite.htc" (a file that contains JScript code defining highlight/lowlight actions on mouse over). The same hilite.htc can then be given to any element in the HTML page - thus encapsulating the behavior defined by this file.

See also

  • Web components
  • HTML Template Language (HTL), supported by Adobe Experience Manager (AEM)

References

External links