How to build a string with tags through nested class? – Html
Could you please help me to build a html document by nested classes? My main aim is to build a string with html markup like this <html> <div> <p>123</p> <div> <div> 123 <a>123</a> </div> </div> </div> </html> I have a…