How to use select tag


<select>

All Tags not showing in online page, but show on view source.

<select>
    <option value="Gmail">Gmail</option>
    <option value="Goolge">Google</option>
    <option value="Like">Like</option>
    <option value="Comment">Comment</option>
    <option value="Share">Share</option>
</select>

Code show like this:

Browser Support

The <select> tag is supported in all major browsers.

What is select tag

select tag is used to create a drop-down list.

Leave a Reply

Your email address will not be published. Required fields are marked *