class element{ constructor(tag,id) { this.tag = tag this.id = id } afficher(){ } }