Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の Web ページには、隠しフィールド ( input type="hidden") にあるテキストがあります。テキストを表示するときは、目立つように太字にしたいと思います。これはCSSまたは他の方法で行うことができますか? すでに試しstyle="font-weight: bold;"ましたが、Chrome では機能しません。
input type="hidden"
style="font-weight: bold;"