请用鼠标移到下面的文字上
<style type="text/css">
li strong{display:none}
li:hover strong{display:inline}
</style>
<ul>
<li><strong>hello</strong> world</li>
<li><strong>You</strong> can't see it?</li>
</ul>
<<Back home Naked(no css) site by Lagtan#gmail.com.