Let's set up the button for changing the link. Inside a div element, add a button with the text Set Link inside.
div
Set Link
Make sure to pick <div> followed by <button> and then Set Link, </button>, </div>.
<div>
<button>
</button>
</div>