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