본문 바로가기

inventor

WebView, table

 

 


<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
  border: 1px solid;
}
</style>
</head>
<body>

<h1>table:</h1>

<table>
  <tr>
    <th>A</th>
    <th>B</th>
  </tr>
  <tr>
    <td>C</td>
    <td>D</td>
  </tr>
  <tr>
    <td>E</td>
    <td>F</td>
  </tr>
</table>

</body>
</html>






'inventor' 카테고리의 다른 글

Javascript, length 원소 수  (0) 2022.11.20
getWebViewString, Javascript  (1) 2022.11.20
Webview, list  (0) 2022.11.19
WebView, Box, border, padding, margin,content  (0) 2022.11.19
WebView,HTML id  (0) 2022.11.19