Skip to content

Latest commit

ย 

History

History
27 lines (20 loc) ยท 382 Bytes

html09.md

File metadata and controls

27 lines (20 loc) ยท 382 Bytes

[HTML ์ œ๋Œ€๋กœ ๋ฐฐ์›Œ ๋ณผ๋ž˜?] Ep#09-Paragraph ํƒœ๊ทธ

p ํƒœ๊ทธ

<!DOCTYPE html>
<html>
  <head>
    <title>Document</title>
  </head>
  <body>
    <p>์ด๊ฒƒ์€ ํ•œ ๋ฌธ์žฅ์ž…๋‹ˆ๋‹ค.</p>
    <p>์ด๊ฒƒ์€ ๋‘๋ฒˆ์งธ ๋ฌธ์žฅ์ž…๋‹ˆ๋‹ค.</p>
    <script></script>
  </body>
</html>

[Note]

  • ๋‹จ๋ฝ

Reference