OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <div style="display:show">This text should be visible.</div> | 2 <div style="display:show">This text should be visible.</div> |
3 <div style="display:hide">This text should be visible.</div> | 3 <div style="display:hide">This text should be visible.</div> |
OLD | NEW |