• HTML中table边框的显示总结


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

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

    但是还要提醒的是,nc不支持这些表格属性!
  • 相关阅读:
    HDU3516 树的构造
    poj1160 post office
    poj1260 pearls
    POJ 3709 K-Anonymous Sequence
    HDU2829
    HDU 3480 division
    HDU3507 print artical
    HDU2490 parade
    HDU3530 子序列
    HDU3415
  • 原文地址:https://www.cnblogs.com/wxmdevelop/p/4450455.html
Copyright © 2020-2023  润新知