RUNOOB.COM
源代码:
点击运行
<!DOCTYPE html> <html> <head> <style> p { min-width:200%; background-color:yellow; } </style> </head> <body> <p>This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text.</p> <img src="logocss.gif" width="95" height="84" /> </body> </html>
运行结果