__AppendElementInserts an Element object after the last child of the current Element.
| Key | Description | 
|---|---|
| parent | The parent Element object. | 
| child | The child Element to be appended to the parent. | 
Returns the appended child Element.
The frontend framework can perform insertion operations as shown below.