08- Custom Attribute [ ]

this wildcard allows you to create multiple custom attributes.

example

a[href=www.google.com]

input[type=range]

Result:

<a href="www.google.com"></a> <input type="range">