css3 attribute selectors In previous article in this series we looked in to css selectors. HTML elements can have attributes and in CSS3 we can use these attributes to select elements.  The [attribute] in an  element is used to select elements with a specific element. So element[attribute] Select element containing the named attribute. img[alt] The