
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>jychol</title>
</head>
<body>
<p> This is a sentence. <b>That</b> is,,,</p>
<p> This is a sentence. <span>That</span> is,,,</p>
<p> This is a sentence. <div>That</div> is,,,</p>
</body>
</html>```
정보가 풍부해서 많은 도움이 되었습니다.