<html> <head> <meta charset="UTF-8"> <style> html{background-color: white;}table{text-align:center;border-collapse:collapse;border:1px solid black;}td{word-break:break-all;border:1px solid black;}td{padding:6px;padding-left: 15px;padding-right: 15px;border:1px solid black;} </style> </head> <table> <tbody> <tr> <td colspan="5"><span id=0>海运订舱委托书</span></td> </tr> <tr> <td colspan="0"><span id=1>LOADING PORT</span></td> <td colspan="0"><span id=2>NINGBO</span></td> <td colspan="0"><span id=3>DESDRINATION</span></td> <td colspan="0"><span id=4>ASHDOD</span></td> </tr> </tbody> </table> </html>
时间: 2023-03-01 15:10:38 浏览: 116
<meta>标签-HTML的简单概念及其后续
This seems to be a template for a sea freight booking letter. The "LOADING PORT" field has a value of "NINGBO" and the "DESTINATION" field has a value of "ASHDOD". The text "海运订舱委托书" at the top of the table is likely a title, which may translate to "Sea Freight Booking Letter".
阅读全文