W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
运行代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> </head> <body> <img src="/i/eg_greanfoliage.jpg" align="left" /> This text should wrap around the image, flowing between the image and the right margin of the document. <br /> This text will flow as well, but will be below the image, extending across the full width of the page. there will be whitespace above this text and to the right of the image. </body> </html>