예를 들어 이런 표에서는 제목을 어떻게 표시하나요?
<html>
<body>
<table border="1"width="500px" height="500px" bgcolor="#ccc" bordercolor="red"cellspacing="0">
& lt; 캡션 & gt; 我 的 标题 标题 & lt;/캡션 & gt;
& lt; tr & gt;
& lt; td & gt; a & lt;/td & gt;
& lt; td; b & lt;/td & gt;
& lt;/tr & gt; </table>
</body>
</html>
<html>
<body>
<table border="1"width="500px" height="500px" bgcolor="#ccc" bordercolor="red"cellspacing="0">
& lt; 캡션 & gt; 我 的 标题 标题 & lt;/캡션 & gt;
& lt; tr & gt;
& lt; td & gt; a & lt;/td & gt;
& lt; td; b & lt;/td & gt;
& lt;/tr & gt; </table>
</body>
</html>