I'm adding 'strip_tags' function on my CMS to stop client putting in bad HTML but I was just wondering if people can help me compile a list of useful and valid xhtml tags, in a string, that won't be stripped!
coopster
12:01 pm on Aug 2, 2006 (gmt 0)
If you are looking for a list of common elements you could start with the DTD [w3.org]. Or, if you want the simplified version of what you will likely find in most documents you could use the "old" HTML 4.01 Element List [w3.org].