BootWiki教程网
源代码:
点击运行
<!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 height="84" src="images/logocss.gif" width="95" /> </body> </html>
运行结果