HTML Input - already filled in text

前端 未结 5 1844
太阳男子
太阳男子 2020-12-29 02:59

I was wondering, is there a way to put text into an input field? What i\'ve got now is a placeholder, but that\'s actually an empty inputfield. So that\'s not what i\'m look

5条回答
  •  太阳男子
    2020-12-29 03:31

    You seem to look for the input attribute value, "the initial value of the control"?

    
    

    https://developer.mozilla.org/de/docs/Web/HTML/Element/Input#attr-value

提交回复
热议问题