list-style-type
The list-style-type CSS property specifies the marker string, which is used to fill the list item's marker when its content value is normal and there is no marker image.
CSS
JS
object.style.listStyleType = "value";
Values
<'list-style-type'> = <counter-style> | <string> | none
<counter-style> = <counter-style-name> | <symbols()>
<counter-style-name>
A <custom-ident> that is not an ASCII case-insensitive match for "none".
<symbols()> = symbols( <symbols-type>? [ <string> | <image> ]+ )
<symbols-type> = cyclic | numeric | alphabetic | symbolic | fixed
cyclic
Cycles repeatedly through its provided symbols, looping back to the beginning when it reaches the end of the list.
numeric
Interprets the list of counter symbols as digits to a place-value numbering system.
decimal
Western decimal numbers (1, 2, 3, ..., 98, 99, 100).
decimal-leading-zero
Decimal numbers padded by initial zeros (01, 02, 03, ..., 98, 99, 100).
arabic-indic
Arabic-indic numbering (١, ٢, ٣, ٤, ..., ٩٨, ٩٩, ١٠٠).
upper-armenian
Traditional uppercase Armenian numbering (Ա, Բ, Գ, ..., ՂԸ, ՂԹ, Ճ).
lower-armenian
Lowercase Armenian numbering (ա, բ, գ, ..., ղը, ղթ, ճ).
bengali
Bengali numbering (১, ২, ৩, ..., ৯৮, ৯৯, ১০০).
khmer
Cambodian/Khmer numbering (១, ២, ៣, ..., ៩៨, ៩៩, ១០០).
cjk-decimal
Han decimal numbers (一, 二, 三, ..., 九八, 九九, 一〇〇).
devanagari
devanagari numbering (१, २, ३, ..., ९८, ९९, १००).
georgian
Traditional Georgian numbering (ა, ბ, გ, ..., ჟჱ, ჟთ, რ).
gujarati
Gujarati numbering (૧, ૨, ૩, ..., ૯૮, ૯૯, ૧૦૦).
gurmukhi
Gurmukhi numbering (੧, ੨, ੩, ..., ੯੮, ੯੯, ੧੦੦).
hebrew
Traditional Hebrew numbering (א, ב, ג, ..., צח, צט, ק).
kannada
Kannada numbering (೧, ೨, ೩, ..., ೯೮, ೯೯, ೧೦೦).
lao
Laotian numbering (໑, ໒, ໓, ..., ໙໘, ໙໙, ໑໐໐).
malayalam
Malayalam numbering (൧, ൨, ൩, ..., ൯൮, ൯൯, ൧൦൦).
mongolian
Mongolian numbering (᠑, ᠒, ᠓, ..., ᠙᠘, ᠙᠙, ᠑᠐᠐).
myanmar
Myanmar (Burmese) numbering (၁, ၂, ၃, ..., ၉၈, ၉၉, ၁၀၀).
oriya
Oriya numbering (୧, ୨, ୩, ..., ୯୮, ୯୯, ୧୦୦).
persian
Persian numbering (۱, ۲, ۳, ۴, ..., ۹۸, ۹۹, ۱۰۰).
lower-roman
Lowercase ASCII Roman numerals (i, ii, iii, ..., xcviii, xcix, c).
upper-roman
Uppercase ASCII Roman numerals (I, II, III, ..., XCVIII, XCIX, C).
tamil
Tamil numbering (௧, ௨, ௩, ..., ௯௮, ௯௯, ௧௦௦).
telugu
Telugu numbering (౧, ౨, ౩, ..., ౯౮, ౯౯, ౧౦౦).
thai
Thai (Siamese) numbering (๑, ๒, ๓, ..., ๙๘, ๙๙, ๑๐๐).
tibetan
Tibetan numbering (༡, ༢, ༣, ..., ༩༨, ༩༩, ༡༠༠).
alphabetic
Interprets the list of counter symbols as digits to an alphabetic numbering system.
lower-latin
Lowercase ASCII letters (a, b, c, ..., z, aa, ab).
upper-latin
Uppercase ASCII letters (A, B, C, ..., Z, AA, AB).
lower-greek
Lowercase classical Greek (α, β, γ, ..., ω, αα, αβ).
hiragana
Dictionary-order hiragana lettering (あ, い, う, ..., ん, ああ, あい).
hiragana-iroha
Iroha-order hiragana lettering (い, ろ, は, ..., す, いい, いろ).
katakana
Dictionary-order katakana lettering (ア, イ, ウ, ..., ン, アア, アイ).
katakana-iroha
Iroha-order katakana lettering (イ, ロ, ハ, ..., ス, イイ, イロ).
symbolic
Cycles repeatedly through its provided symbols, doubling, tripling, etc. the symbols on each successive pass through the list.
disc
A filled circle, similar to • U+2022 BULLET.
circle
A hollow circle, similar to ◦ U+25E6 WHITE BULLET.
square
A filled square, similar to ◾ U+25FE BLACK MEDIUM SMALL SQUARE.
disclosure-open
Symbol appropriate for indicating an open disclosure widget.
disclosure-closed
Symbol appropriate for indicating a closed disclosure widget.
fixed
Runs through its list of counter symbols once, then falls back.
cjk-earthly-branch
Han "Earthly Branch" ordinals (子, 丑, 寅, ..., 亥).
cjk-heavenly-stem
Han "Heavenly Stem" ordinals (甲, 乙, 丙, ..., 癸).
<string>
Specifies a sequence of characters delimited by double quotes (") or single quotes (').
<image> = <url> | <gradient>
<url> = url( <string> <url-modifier>* )
<string>
Specifies a sequence of characters delimited by double quotes (") or single quotes (').
<url-modifier>
Changes the meaning or the interpretation of the URL.
<gradient> = <linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()>
<linear-gradient()> = linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )
deg
Degrees. There are 360 degrees in a full circle.
grad
Gradians, also known as "gons" or "grades". There are 400 gradians in a full circle.
rad
Radians. There are 2p radians in a full circle.
turn
Turns. There is 1 turn in a full circle.
<side-or-corner> = [left | right] || [top | bottom]
<color-stop-list> = <linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#
<linear-color-stop> = <color> && <length-percentage>?
<color>
Specifies the color using a keyword or a numerical specification.
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<linear-color-hint> = <length-percentage>
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<repeating-linear-gradient()> = linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )
deg
Degrees. There are 360 degrees in a full circle.
grad
Gradians, also known as "gons" or "grades". There are 400 gradians in a full circle.
rad
Radians. There are 2p radians in a full circle.
turn
Turns. There is 1 turn in a full circle.
<side-or-corner> = [left | right] || [top | bottom]
<color-stop-list> = <linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#
<linear-color-stop> = <color> && <length-percentage>?
<color>
Specifies the color using a keyword or a numerical specification.
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<linear-color-hint> = <length-percentage>
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<radial-gradient()> = radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )
<ending-shape>
Determines whether the gradient's ending shape is a circle or an ellipse.
<size>
Determines the size of the gradient's ending shape.
<position> = [ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<color-stop-list> = <linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#
<linear-color-stop> = <color> && <length-percentage>?
<color>
Specifies the color using a keyword or a numerical specification.
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<linear-color-hint> = <length-percentage>
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<repeating-radial-gradient()> = radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )
<ending-shape>
Determines whether the gradient's ending shape is a circle or an ellipse.
<size>
Determines the size of the gradient's ending shape.
<position> = [ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<color-stop-list> = <linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#
<linear-color-stop> = <color> && <length-percentage>?
<color>
Specifies the color using a keyword or a numerical specification.
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<linear-color-hint> = <length-percentage>
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
<string>
Specifies a sequence of characters delimited by double quotes (") or single quotes (').
none
The element has no marker string.
Initial
alphabetic | hiragana
alphabetic | hiragana-iroha
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: hiragana-iroha;
}
</style>
</head>
<body>
<ul>
<li>hiragana-iroha</li>
<li>hiragana-iroha</li>
<li>hiragana-iroha</li>
</ul>
</body>
</html>
alphabetic | katakana
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: katakana;
}
</style>
</head>
<body>
<ul>
<li>katakana</li>
<li>katakana</li>
<li>katakana</li>
</ul>
</body>
</html>
alphabetic | katakana-iroha
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: katakana-iroha;
}
</style>
</head>
<body>
<ul>
<li>katakana-iroha</li>
<li>katakana-iroha</li>
<li>katakana-iroha</li>
</ul>
</body>
</html>
alphabetic | lower-alpha
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: lower-alpha;
}
</style>
</head>
<body>
<ul>
<li>lower-alpha</li>
<li>lower-alpha</li>
<li>lower-alpha</li>
</ul>
</body>
</html>
alphabetic | lower-greek
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: lower-greek;
}
</style>
</head>
<body>
<ul>
<li>lower-greek</li>
<li>lower-greek</li>
<li>lower-greek</li>
</ul>
</body>
</html>
alphabetic | lower-latin
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: lower-latin;
}
</style>
</head>
<body>
<ul>
<li>lower-latin</li>
<li>lower-latin</li>
<li>lower-latin</li>
</ul>
</body>
</html>
alphabetic | upper-alpha
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: upper-alpha;
}
</style>
</head>
<body>
<ul>
<li>upper-alpha</li>
<li>upper-alpha</li>
<li>upper-alpha</li>
</ul>
</body>
</html>
alphabetic | upper-latin
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: upper-latin;
}
</style>
</head>
<body>
<ul>
<li>upper-latin</li>
<li>upper-latin</li>
<li>upper-latin</li>
</ul>
</body>
</html>
counter-style-name
<!doctype html>
<html>
<head>
<style>
@counter-style mycounterstyle {
system: additive;
additive-symbols: 6 ⚅, 5 ⚄, 4 ⚃, 3 ⚂, 2 ⚁, 1 ⚀;
suffix: " ";
}
ul {
list-style-type: mycounterstyle;
}
</style>
</head>
<body>
<ul>
<li>counter-style-name</li>
<li>counter-style-name</li>
<li>counter-style-name</li>
</ul>
</body>
</html>
fixed | cjk-earthly-branch
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: cjk-earthly-branch;
}
</style>
</head>
<body>
<ul>
<li>cjk-earthly-branch</li>
<li>cjk-earthly-branch</li>
<li>cjk-earthly-branch</li>
</ul>
</body>
</html>
fixed | cjk-heavenly-stem
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: cjk-heavenly-stem;
}
</style>
</head>
<body>
<ul>
<li>cjk-heavenly-stem</li>
<li>cjk-heavenly-stem</li>
<li>cjk-heavenly-stem</li>
</ul>
</body>
</html>
none
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: none;
}
</style>
</head>
<body>
<ul>
<li>none</li>
<li>none</li>
<li>none</li>
</ul>
</body>
</html>
numeric | arabic-indic
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: arabic-indic;
}
</style>
</head>
<body>
<ul>
<li>arabic-indic</li>
<li>arabic-indic</li>
<li>arabic-indic</li>
</ul>
</body>
</html>
numeric | armenian
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: armenian;
}
</style>
</head>
<body>
<ul>
<li>armenian</li>
<li>armenian</li>
<li>armenian</li>
</ul>
</body>
</html>
numeric | bengali
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: bengali;
}
</style>
</head>
<body>
<ul>
<li>bengali</li>
<li>bengali</li>
<li>bengali</li>
</ul>
</body>
</html>
numeric | cambodian
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: cambodian;
}
</style>
</head>
<body>
<ul>
<li>cambodian</li>
<li>cambodian</li>
<li>cambodian</li>
</ul>
</body>
</html>
numeric | cjk-decimal
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: cjk-decimal;
}
</style>
</head>
<body>
<ul>
<li>cjk-decimal</li>
<li>cjk-decimal</li>
<li>cjk-decimal</li>
</ul>
</body>
</html>
numeric | decimal
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: decimal;
}
</style>
</head>
<body>
<ul>
<li>decimal</li>
<li>decimal</li>
<li>decimal</li>
</ul>
</body>
</html>
numeric | decimal-leading-zero
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: decimal-leading-zero;
}
</style>
</head>
<body>
<ul>
<li>decimal-leading-zero</li>
<li>decimal-leading-zero</li>
<li>decimal-leading-zero</li>
</ul>
</body>
</html>
numeric | devanagari
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: devanagari;
}
</style>
</head>
<body>
<ul>
<li>devanagari</li>
<li>devanagari</li>
<li>devanagari</li>
</ul>
</body>
</html>
numeric | georgian
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: georgian;
}
</style>
</head>
<body>
<ul>
<li>georgian</li>
<li>georgian</li>
<li>georgian</li>
</ul>
</body>
</html>
numeric | gujarati
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: gujarati;
}
</style>
</head>
<body>
<ul>
<li>gujarati</li>
<li>gujarati</li>
<li>gujarati</li>
</ul>
</body>
</html>
numeric | gurmukhi
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: gurmukhi;
}
</style>
</head>
<body>
<ul>
<li>gurmukhi</li>
<li>gurmukhi</li>
<li>gurmukhi</li>
</ul>
</body>
</html>
numeric | hebrew
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: hebrew;
}
</style>
</head>
<body>
<ul>
<li>hebrew</li>
<li>hebrew</li>
<li>hebrew</li>
</ul>
</body>
</html>
numeric | kannada
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: kannada;
}
</style>
</head>
<body>
<ul>
<li>kannada</li>
<li>kannada</li>
<li>kannada</li>
</ul>
</body>
</html>
numeric | khmer
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: khmer;
}
</style>
</head>
<body>
<ul>
<li>khmer</li>
<li>khmer</li>
<li>khmer</li>
</ul>
</body>
</html>
numeric | lao
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: lao;
}
</style>
</head>
<body>
<ul>
<li>lao</li>
<li>lao</li>
<li>lao</li>
</ul>
</body>
</html>
numeric | lower-armenian
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: lower-armenian;
}
</style>
</head>
<body>
<ul>
<li>lower-armenian</li>
<li>lower-armenian</li>
<li>lower-armenian</li>
</ul>
</body>
</html>
numeric | lower-roman
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: lower-roman;
}
</style>
</head>
<body>
<ul>
<li>lower-roman</li>
<li>lower-roman</li>
<li>lower-roman</li>
</ul>
</body>
</html>
numeric | malayalam
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: malayalam;
}
</style>
</head>
<body>
<ul>
<li>malayalam</li>
<li>malayalam</li>
<li>malayalam</li>
</ul>
</body>
</html>
numeric | mongolian
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: mongolian;
}
</style>
</head>
<body>
<ul>
<li>mongolian</li>
<li>mongolian</li>
<li>mongolian</li>
</ul>
</body>
</html>
numeric | myanmar
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: myanmar;
}
</style>
</head>
<body>
<ul>
<li>myanmar</li>
<li>myanmar</li>
<li>myanmar</li>
</ul>
</body>
</html>
numeric | oriya
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: oriya;
}
</style>
</head>
<body>
<ul>
<li>oriya</li>
<li>oriya</li>
<li>oriya</li>
</ul>
</body>
</html>
numeric | persian
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: persian;
}
</style>
</head>
<body>
<ul>
<li>persian</li>
<li>persian</li>
<li>persian</li>
</ul>
</body>
</html>
numeric | tamil
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: tamil;
}
</style>
</head>
<body>
<ul>
<li>tamil</li>
<li>tamil</li>
<li>tamil</li>
</ul>
</body>
</html>
numeric | telugu
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: telugu;
}
</style>
</head>
<body>
<ul>
<li>telugu</li>
<li>telugu</li>
<li>telugu</li>
</ul>
</body>
</html>
numeric | thai
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: thai;
}
</style>
</head>
<body>
<ul>
<li>thai</li>
<li>thai</li>
<li>thai</li>
</ul>
</body>
</html>
numeric | tibetan
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: tibetan;
}
</style>
</head>
<body>
<ul>
<li>tibetan</li>
<li>tibetan</li>
<li>tibetan</li>
</ul>
</body>
</html>
numeric | upper-armenian
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: upper-armenian;
}
</style>
</head>
<body>
<ul>
<li>upper-armenian</li>
<li>upper-armenian</li>
<li>upper-armenian</li>
</ul>
</body>
</html>
numeric | upper-roman
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: upper-roman;
}
</style>
</head>
<body>
<ul>
<li>upper-roman</li>
<li>upper-roman</li>
<li>upper-roman</li>
</ul>
</body>
</html>
string
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: "string ";
}
</style>
</head>
<body>
<ul>
<li>string</li>
<li>string</li>
<li>string</li>
</ul>
</body>
</html>
symbolic | circle
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: circle;
}
</style>
</head>
<body>
<ul>
<li>circle</li>
<li>circle</li>
<li>circle</li>
</ul>
</body>
</html>
symbolic | disc
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: disc;
}
</style>
</head>
<body>
<ul>
<li>disc</li>
<li>disc</li>
<li>disc</li>
</ul>
</body>
</html>
symbolic | disclosure-closed
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: disclosure-closed;
}
</style>
</head>
<body>
<ul>
<li>disclosure-closed</li>
<li>disclosure-closed</li>
<li>disclosure-closed</li>
</ul>
</body>
</html>
symbolic | disclosure-open
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: disclosure-open;
}
</style>
</head>
<body>
<ul>
<li>disclosure-open</li>
<li>disclosure-open</li>
<li>disclosure-open</li>
</ul>
</body>
</html>
symbolic | square
<!doctype html>
<html>
<head>
<style>
ul {
list-style-type: square;
}
</style>
</head>
<body>
<ul>
<li>square</li>
<li>square</li>
<li>square</li>
</ul>
</body>
</html>
JS
<!doctype html>
<html>
<head>
<style>
@counter-style mycounterstyle {
system: additive;
additive-symbols: 6 ⚅, 5 ⚄, 4 ⚃, 3 ⚂, 2 ⚁, 1 ⚀;
suffix: " ";
}
</style>
<script>
function mouseover(value) {
document.getElementsByTagName("ul")[0].style.listStyleType = value;
}
</script>
</head>
<body>
<input onmouseover="mouseover(value)" type="button" value="hiragana">
<input onmouseover="mouseover(value)" type="button" value="hiragana-iroha">
<input onmouseover="mouseover(value)" type="button" value="katakana">
<input onmouseover="mouseover(value)" type="button" value="katakana-iroha">
<input onmouseover="mouseover(value)" type="button" value="lower-alpha">
<input onmouseover="mouseover(value)" type="button" value="lower-greek">
<input onmouseover="mouseover(value)" type="button" value="lower-latin">
<input onmouseover="mouseover(value)" type="button" value="upper-alpha">
<input onmouseover="mouseover(value)" type="button" value="upper-latin"><br>
<button onmouseover="mouseover(value)" value="mycounterstyle">counter-style-name</button><br>
<input onmouseover="mouseover(value)" type="button" value="cjk-earthly-branch">
<input onmouseover="mouseover(value)" type="button" value="cjk-heavenly-stem"><br>
<input onmouseover="mouseover(value)" type="button" value="none"><br>
<input onmouseover="mouseover(value)" type="button" value="arabic-indic">
<input onmouseover="mouseover(value)" type="button" value="armenian">
<input onmouseover="mouseover(value)" type="button" value="bengali">
<input onmouseover="mouseover(value)" type="button" value="cambodian">
<input onmouseover="mouseover(value)" type="button" value="cjk-decimal">
<input onmouseover="mouseover(value)" type="button" value="decimal">
<input onmouseover="mouseover(value)" type="button" value="decimal-leading-zero">
<input onmouseover="mouseover(value)" type="button" value="devanagari">
<input onmouseover="mouseover(value)" type="button" value="georgian">
<input onmouseover="mouseover(value)" type="button" value="gujarati">
<input onmouseover="mouseover(value)" type="button" value="gurmukhi">
<input onmouseover="mouseover(value)" type="button" value="hebrew">
<input onmouseover="mouseover(value)" type="button" value="kannada">
<input onmouseover="mouseover(value)" type="button" value="khmer">
<input onmouseover="mouseover(value)" type="button" value="lao">
<input onmouseover="mouseover(value)" type="button" value="lower-armenian">
<input onmouseover="mouseover(value)" type="button" value="lower-roman">
<input onmouseover="mouseover(value)" type="button" value="malayalam">
<input onmouseover="mouseover(value)" type="button" value="mongolian">
<input onmouseover="mouseover(value)" type="button" value="myanmar">
<input onmouseover="mouseover(value)" type="button" value="oriya">
<input onmouseover="mouseover(value)" type="button" value="persian">
<input onmouseover="mouseover(value)" type="button" value="tamil">
<input onmouseover="mouseover(value)" type="button" value="telugu">
<input onmouseover="mouseover(value)" type="button" value="thai">
<input onmouseover="mouseover(value)" type="button" value="tibetan">
<input onmouseover="mouseover(value)" type="button" value="upper-armenian">
<input onmouseover="mouseover(value)" type="button" value="upper-roman"><br>
<button onmouseover="mouseover(value)" value="'string '">string</button><br>
<input onmouseover="mouseover(value)" type="button" value="circle">
<input onmouseover="mouseover(value)" type="button" value="disc">
<input onmouseover="mouseover(value)" type="button" value="disclosure-closed">
<input onmouseover="mouseover(value)" type="button" value="disclosure-open">
<input onmouseover="mouseover(value)" type="button" value="square">
<ul>
<li>list-style-type</li>
<li>list-style-type</li>
<li>list-style-type</li>
</ul>
</body>
</html>
Internal
External