To create a <select> element, you use the <select> and <option> elements. For example: <select id="framework"> <option value="1">Angular</option> <option ...
確定! 回上一頁