OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>Below, the word PASS should be seen twice.</p> | |
3 <div style="width:20em; overflow:hidden;"> | |
4 <br> | |
5 <div style="float:left;"><span style="background:green; color:white;">PASS</ span></div> | |
6 <br> | |
7 <div style="margin:10px; height:50px;"></div> | |
8 <div style="float:right;"><span style="background:green; color:white;">PASS< /span></div> | |
9 </div> | |
OLD | NEW |