编辑下面的代码:【加编码】
<html> <head> <style type="text/css"> ::selection { color:#ff0000; } ::-moz-selection { color:#ff0000; } </style> </head> <body> <h1>尝试选择本页的一些文本</h1> <p>这是一些文本.</p> <div>这是div元素中的一些文本.</div> <a href="/" target="_blank">链接ZiQiangXueTang!</a> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂