How do you specify a default value for an <input type="text"> element?
<input type="text">
Using the placeholder attribute
placeholder
Using the default attribute
default
Using the value attribute
value
Inside the opening and closing <input> tags
<input>