html 不规则table表格

html 不规则table表格_第1张图片

html>
<html>
   <head>
      <meta charset="utf-8">
      <title>tabletitle>
   head>
   <style media="screen">
      table{
         border-collapse: collapse;
      }
   style>
   <body>
      <table width="300px" height="300px" border="1px">
         <tr>
            <td colspan="2">11td>
            <td rowspan="2">13td>
         tr>
         <tr>
            <td rowspan="2">21td>
            <td>22td>
         tr>
         <tr>
            <td colspan="2">32td>
         tr>
      table>
   body>
html>

你可能感兴趣的:(Css)