HTML bootcamp · Lab 36

Placeholder text

easyForm Attributes5 minLesson: Form Attributes

Read the question, write HTML on the right, then Preview or Check.

QuestionHint and solution stay closed until you open them

Search input name="q" with placeholder Search…

Examples

Example 1
Expected
placeholder
Hint
  1. placeholder="Search…"
Show correct code

Peek only after you have tried. You can still Check your own version.

<input type="search" name="q" placeholder="Search…">
index.htmlLive preview · Check reads the DOM
ResultIdle
Run to see output. Check grades the tests.