Comment: Today I just came into contact with html+css3 and I feel it is pretty good. Let me introduce the input attributes used. Interested friends can take a look at the screenshot. I hope it will be helpful to you.
I just received html5 + css3 today. It's so great. Next, I will introduce the input attribute I used today.The html5 code is as follows:
<input type="text" placeholder="Enter Enter Search" autofocus x-webkit-speech />
placeholder default prompt character autofocus When the page is loaded, a button that will get focus x-webkit-speech voice search, the webkit kernel supports accept Specifies the uploadable file type (type=file only)
alt specifies that the image input control replaces text autocomplete specifies whether to use the automatic completion function of the input field required input field is required step interval of input number pattrn regular match of the input content