tag[name="nameofthetag"] { //style your html tag } Example: <input type="submit" value="Go" name="goButton"> input[name="goButton"] { background: red; }