|<- [[jsedom:Controlling classes with the HTML5 classList]]|[[jsedom:Using text content modifiers]] ->| node.attributes retourne une liste de node accessibles de différentes manières : - par index numérique : node.attributes[n] - par index nominatif : node.attributes["nom"] - avec la dot notation : node.attributes.nom Attention : read-only !