how to label input field (text inside) correctly?
-
Hi,
I am HTML and CSS newbie and trying to get get a feedback form up and running.
I want:
1. TITLE text
2. feedback input field with text inside (label)
3. email input field
4. Submit button1. That’s the code that is NOT working? the text “write here…” is currently not inside the input field. what do i need to change?
2. How can i make the title bold and bigger?
<p>What’s your most pressing question about LinkedIn?
<label>Write here what you want to read about on tis page?:[textarea your-message]
</label>
</p>
<p>Your Email (required)
[email* your-email] </p>
<p>[submit “Submit Feedback!”]</p>Thanks in advance?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘how to label input field (text inside) correctly?’ is closed to new replies.