BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <style> body { color:red } </style> </head> <body> <h1>This is a header</h1> <p>This is a paragraph</p> </body> </html>
运行结果