<p>برای آدرس دادن به یک placeholder لازم نیست به input آن اشاره کنیم و کافیه مثل یک المان باهاش برخورد کنیم. مانند مثال زیر:</p><pre class=\"ql-syntax\" spellcheck=\"false\"><span class=\"hljs-comment\">/* selecting all placeholders in footer */</span>
footer ::placeholder {
<span class=\"hljs-comment\">/* style */</span>
}
</pre>