< head>
< style>
body { color: black; }
p { color: blue; }
div { color: green; }
p { color: red; }
< /style>
< /head>
< body>
< div>
< p>This is a paragraph.
< /div>
You have an input field on your site. You would like to use a < label> to make the word “Full Name” visible to screen readers, but you don’t want to display the word “Full Name” on the screen. How can you accomplish this?