input type=text
element
with label
name
with label + placeholder
name
with label + placeholder + required
name
with label + placeholder + readonly
name
with label + placeholder + disabled
name
Code
<label>name <input type="text"></label>
Reference
HTML5 input type=text element