{HTML} Block vs Inline

J Y·2023년 7월 19일

<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>```

1개의 댓글

comment-user-thumbnail
2023년 7월 19일

정보가 풍부해서 많은 도움이 되었습니다.

답글 달기