<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<p id="p1">this is <b>the</b> first paragraph</p>
<p id="p2">this is <b>the</b> second paragraph</p>
<input id="test" type = "text" value = "hihihi"/>
<button id ='btn1'>
set text
</button >
<button id = 'btn2'>
set html
</button>
<button id = 'btn3'>
set value
</button>