Difference between revisions of "Test:Invisible text"
Jump to navigation
Jump to search
m (Robin moved page Test:Invisibe text to Test:Invisible text without leaving a redirect) |
|||
Line 1: | Line 1: | ||
− | <p><span style="visibility:hidden">hi</span><span>de</span></p> | + | ==This is one way to hide unwanted text== |
+ | c.f. https://www.w3schools.com/CSSref/pr_class_visibility.asp | ||
+ | |||
+ | <nowiki><p><span>hi</span><span style="visibility:hidden">de</span></p></nowiki> | ||
+ | |||
+ | displays as: | ||
+ | |||
+ | <p><span>hi</span><span style="visibility:hidden">de</span></p> |
Revision as of 14:28, 29 June 2019
This is one way to hide unwanted text
c.f. https://www.w3schools.com/CSSref/pr_class_visibility.asp
<p><span>hi</span><span style="visibility:hidden">de</span></p>
displays as:
hi