HTML
CSS
JavaScript
Vue
React
Python
PHP
Java
.Net
Java9手册
PHP手册
CSS3手册
jQuery手册
源代码
在线运行
<!DOCTYPE html> <html> <head> <style>[title] { color:blue; } </style> </head> <body> <h2>Will apply to:</h2> <h1 title="Hello world">Hello world</h1> <a title="cainiaoplay.com" href="../index.html">cainiaoplay.com</a> <hr> <h2>Will not apply to:</h2> <p>Hello!</p> </body> </html>
动行结果