I am trying to get input box like below:
I am new to CSS so I just want to achieve how to put text in border of input box OR I have to make a div with border and put text into border of div.
Here is my current go, I know it not good one but in between
input {
display:block;
width:100%;
margin:10px 0;
padding:10px;
}
I did that but unable to wrap text with border, any suggestion would be appreciable.