Home › Forums › CSS › How to style search input Using html only › Re: How to style search input Using html only
June 4, 2013 at 3:18 am
#137549
Participant
HTML is a markup language; you cannot style things with HTML. I think you meant CSS.
The behaviour you are looking for has nothing to do with a search input or something. It has to do with the default behaviour for a form with a submit button: http://jsfiddle.net/B4zMt/.
> Trying to add css style with out seining css file.
Not sure what you mean.