I will like to add a self-closing tag to an empty elements using DOM C#
Example:
<tag test"ttt"> </tag>
<tag test"ttt"/>
↧
Empty Elements with self closing tags
↧
I will like to add a self-closing tag to an empty elements using DOM C#
Example:
<tag test"ttt"> </tag>
<tag test"ttt"/>