Réponse

$("<button id="b1">click me</button>").appendTo("#form")

Colonne
Explication

also jQuery("<button id="b1">click me</button>").appendTo("#form")

Question

syntax - create a DOM element (a button) <button id="b1">click me</button> added to the end of an HTML element with the id form

Thématique