Guest User

Untitled

a guest
Jan 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <form id="form">
  2. <p>
  3. 두 수의 합을 출력해봅니다.<br>
  4. <input type="number" id="n1" value="10" aria-label="첫번째 수"> +
  5. <input type="number" id="n2" value="2" aria-label="두번째 수"> =
  6. <output id="o" aria-label="결과 값">12</output>
  7. </p>
  8. </form>
Add Comment
Please, Sign In to add comment