You will use a <select> for this. For example:
<select name="choice">
<option>First</option>
<option>Second</option>
<option>Third</option>
<option>Fourth</option>
<option>Fifth</option>
</select>
import math
print(math.pow(8, 0.5))
You can find the square root of any number by squaring it by 0.5
The correct answer would be D
The answer & explanation for this question is given in the attachment below.
A hyperlink is a feature that takes you to a different page when you click on it. That page could be part of the same website or a totally different website.
Let me know if you have any questions.