运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <title>W3.CSS</title> <style> div {padding:16px;} </style> <body> <div data-w3-color="cmyk(100%, 0%, 0%, 0%)"> <h1>London is the capital city of England.</h1> <p>It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p> </div> <script src="/lib/w3color.js"></script> <script>w3SetColorsByAttribute();</script> </body> </html>