Using this is very helpful when trying to generate html code in c#.
var someString = @"
<html>
<body>
Some html
</body>
</html>";
I know of the Html library to add elements in form of objects but I don’t use that. The question is how to do the same thing in javascript?
You can’t do that but you can do this…