When the attributes are written without whitespace between them, only the first attribute is found. Example: ``` html <div class="first attribute"title="second attribute"></div> ``` Returns: ``` javascript { class: "first attribute" } ```