Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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 */ 
}
 
PREVIOUS NEXT
Tagged: #write #css #input #type #text
ADD COMMENT
Topic
Name
4+3 =