源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <style> body { color:green; } </style> </head> <body> <h1>Hello world!</h1> <p>This is some text.</p> <p><a href="https://www.w3cschool.cc">Visit W3Cschool.cc!</a></p> </body> </html>
运行结果: