<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="zh-CN" xml:lang="zh-CN" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <table border="1"> <tr> <th>诗歌</th> <th>诗歌</th> </tr> <tr> <td nowrap="nowrap">Never increase, beyond what is necessary, the number of entities required to explain anything</td> <td>Never increase, beyond what is necessary, the number of entities required to explain anything</td> </tr> </table> <p>nowrap属性已被HTML4弃用,并且HTML 4.01 Strict DTD和XHTML 1.0 Strict DTD也不支持它。请用CSS作为替代。</p> </body> </html>
结果:
编辑上面的代码,点击查看结果。
yige.org
- 试一个