I have a webpage, which contains a table. I would like to add another row to that table. I found the AppendChild method, but what I understand, it only appends at the bottom of the body.

How can I insert an Element, or raw Html at a specific place nicely?