Computer Science, asked by ahmad852399, 5 months ago

................ provides more options for tag in HTML.​

Answers

Answered by Anonymous
2

Answer:

You can use inline styles to add custome styling to <option> tags. For eg : <option style="font-weight:bold;color:#09C;">Option 1</option> This will apply the styles to this particular <option> element only. You can also use <option value="" disabled> <br> </option> to add a line-break between the options.

Explanation:

Similar questions