Test: Difference between revisions

108 bytes added ,  8 February 2023
no edit summary
(Replaced content with "<div class="nomobile"> only on desktop </div> <div class="nodesktop"> only on mobile </div>")
Tags: Replaced Reverted Visual edit: Switched
No edit summary
Tag: Reverted
Line 1: Line 1:
<div class="nomobile">
<mobileonly>This will not be displayed in desktop/full browsers, only in mobile browsers</mobileonly>
only on desktop
<nomobile>This will not be displayed in mobile browsers, only in desktop/full browsers</nomobile>
</div>
<div class="nodesktop">
only on mobile
</div>