I know span strong and em. Are there any others?
I'm trying to filter a text which goes inside a link, and need to know what elements should I leave unfiltered?
|
|
According to the DTD, lots of elements:
|
|||||
|
|
For HTML 4.01 Transitional, for instance, you can pick the DTD from w3c site. Then search the
They will, in turn, have other nested elements. You can repeat the operation for other HTML DTDs. To know how DTDs nesting rules work, I suggest to read a tutorial. |
|||
|
|
|
Other inline tags should be legal inside http://en.wikipedia.org/wiki/Inline_tag#Inline_elements Also, since |
|||
|
|
|
If you're using XHTML transitional, then |
||||
|
|