added clarification in test text (#26458)

* added clarification in test text

fix to issue #17490

* moved the note from the test text to description

* fix: updated note sytnax
This commit is contained in:
Bannon Tanner 2019-03-08 02:31:47 -06:00 committed by The Coding Aviator
parent 8069923feb
commit 9ebaa10eea

View File

@ -9,7 +9,8 @@ videoUrl: 'https://scrimba.com/p/pVMPUv/cKdJDhg'
<section id='description'>
Placeholder text is what is displayed in your <code>input</code> element before your user has inputted anything.
You can create placeholder text like so:
<code>&#60;input type="text" placeholder="this is placeholder text"&#62;</code>
<code>&#60;input type="text" placeholder="this is placeholder text"&#62;</code><br>
<strong>Note:</strong> Remember that <code>input</code> elements are self-closing.
</section>
## Instructions