html and xhtml dynamic components?

Rami

New member
well in html we say <img...............................> which is fine
in xhtml we say <img............................... /> which is fine

the question is when using JavaScript to append one of those self closing tags it doses not add /
to the end and that would be illegal in xhtml
 
Back
Top