✏️ 正在编辑: dom_nbsp.html
路径:
/srv/systems_dir/biblioteca_yuppie/library/Dompdf/www/test/dom_nbsp.html
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Non-breaking space</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <p>Non-breaking space representations:</p> <table> <tr><td>Non-breaking space character</td><td><span style="background-color: yellow;"> </span></td></tr> <tr><td>&nbsp;</td><td><span style="background-color: yellow;"> </span></td></tr> <tr><td>&#160;</td><td><span style="background-color: yellow;"> </span></td></tr> <tr><td>&#xA0;</td><td><span style="background-color: yellow;"> </span></td></tr> </table> <p>With non-breaking space: <span style="border: 1px dotted orange;"> a b c </span></p> <p>Without non-breaking space: <span style="border: 1px dotted orange;"> a b c </span></p> <div style="width: 150px; border: 1px dotted orange; overflow: visible;"> <span style="border-bottom: 1px solid green;">no wrap</span> <span style="border-bottom: 1px solid green;">no wrap</span> <span style="border-bottom: 1px solid green;">no wrap</span> <span style="border-bottom: 1px solid green;">no wrap</span> <span style="border-bottom: 1px solid green;">no wrap</span> <span style="border-bottom: 1px solid green;">no wrap</span> <span style="border-bottom: 1px solid green;">no wrap</span> <span style="border-bottom: 1px solid green;">no wrap</span> </div> </body> </html>
💾 保存文件
← 返回文件管理器