Answers for "input tag style properties"

22

how to write css for input type text

/* For Example, If we want to change css of "text" type
from <input> we do this:*/

input[type=text] {
    /* Your Code Here */ 
}
Posted by: Guest on March-01-2020
1

filled input in form

<input type="text" value="default value">
Posted by: Guest on May-28-2020

Browse Popular Code Answers by Language