Name

TYPE — NN all IE all HTML 3.2

Synopsis

TYPE=”labelType"

Optional

The TYPE attribute provides some flexibility in how the leading symbol or sequence number is displayed in the browser. You can specify whether the leading symbol should be a disc, circle, or square. A disc is a filled circle (also known as a bullet in some circles). The square type is rendered as an outline in Macintosh browsers; as a filled square in Windows. The TYPE attribute is deprecated in HTML 4.0 in favor of the list-style-type style sheet attribute.

Example

<UL TYPE="disc">...</UL>

Value

Possible values are circle | disc | square.

Default

disc

Object Model Reference

IE

[window.]document.all.elementID.type

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.