Edit in JSFiddle

<p id="choice"></p>
var myElement = document.getElementById("choice");
myElement.innerHTML = "id choice를 찾았습니다.";