Answer:
False.
Explanation:
To change the contents of the text that appears on the face of the button object you don't need to use the caption property in HTML you can do it by just typing the you want for the button in the button element .
<button type="button"> Click <button>.
Button will show click.
This is how you can write what you want to show on the button.