HTML tag list

Hello,Any one knows where I can get a list of HTML tags supported in JTextPane or JEditorPane? This will be very useful to avoid coding unsupported HTML contents.Thanks in advance.
[201 byte] By [ohca] at [2007-10-3 9:46:24]
# 1
hi!have you seen this classjavax.swing.text.html.HTML.Tag?:)
Aniruddha-Herea at 2007-7-15 5:03:12 > top of Java-index,Desktop,Core GUI APIs...
# 2
Don't know if its complete or not but take a look at the HTML.Tag class.
camickra at 2007-7-15 5:03:12 > top of Java-index,Desktop,Core GUI APIs...
# 3
Thanks. That's useful.
ohca at 2007-7-15 5:03:12 > top of Java-index,Desktop,Core GUI APIs...