Note: If there is a hr, then jquery append the hr with $('<hr />') syntax.

If there is a button, then jquery append the button with $('<button></button>').html('test');

If there is a text in bold, then jquery append the b tag with $('<b></b>').html('b tag').appendTo('body');