html 属性及相关应用-实例

 missingMessage="请输入运输单号"

html 属性及相关应用-实例

<caption align="top"><h2>到达交接单</h2></caption>

html 属性及相关应用-实例

 显示效果:

html 属性及相关应用-实例

 

一、
1、显示表格的4个边框:<table borderframe=box>
2、只显示上边框: <table borderframe=above>
3、只显示下边框: <table borderframe=below>
4、只显示上下边框: <table borderframe=hsides>
5、只显示左右边框: <table borderframe=vsides>
6、只显示左边框: <table borderframe=lhs>
7、只显示右边框: <table borderframe=rhs>
8、不显示任何边框: <table borderframe=void>

二、
1、只显示列与列之间的分隔线:<tablerules=cols>
2、只显示行与行之间的分隔线:<tablerules=rows>
3、不显示任何分隔线: <table rules=none>(只显示四个边框)
4、显示所有分隔线: <table rules=all>

相关文章:

  • 2021-07-13
  • 2022-01-27
  • 2021-05-16
  • 2021-08-16
  • 2022-12-23
  • 2021-12-09
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2021-12-14
  • 2021-07-07
相关资源
相似解决方案