widget:ticker-tape

Purpose

Defines a Ticker Tape widget which provides a horizontal scrolling display area.

Contained by

Contains

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2"
  xmlns:widget="http://www.volantis.com/xmlns/2006/05/widget">
  <head>
    <title>widget:ticker-tape</title>
  </head>
  <body>
    <widget:ticker-tape id="myTickerTape" class="ticker">
      <span>The Ticker Widget is a sideways-scrolling display area. </span>
      <span>Its purpose is to display information such as news headlines, stock prices, weather
        conditions etc</span>
    </widget:ticker-tape>
  </body>
</html>

Related topics