더북(TheBook)
td {
  border: 1px solid #bbb;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  background: #888;
}
td.opened { background: white; }
td.flag { background: red; }
td.question { background: orange; }
</style>
</head>
<body>
<table id="table">
  <tbody></tbody>
</table>
<div id="result"></div>
<script>
const $tbody = document.querySelector('#table tbody');
const $result = document.querySelector('#result');
</script>
</body>
</html>
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.