Attribute selectors – CSS [attribute*=value] Selector | Select Element By Specific attribute value
June 16, 2019
Use the following code to Select Element By Specific attribute value [class^=”top”] { background: yellow; } or[class*=”me”] { background: yellow; } It doesn’t have to… Read More →