You can get multiple information about programing.

What is use of option tag in HTML.?? - Programming info

What is use of option tag in HTML.??

 
WHAT IS THE USE OF OPTION TAG IN HTML

Use of option tag is very important and interesting to understand .Option tag give us opportunity to select something from many more. you can use option tag in different ways in different place .There are two main and basis tag in the selection of many option. That's are:

<SELECT>
<OPTION>YEAR</OPTION>
.<OPTION>2023</OPTION>
<OPTION>2024</OPTION>
<OPTION>2025</OPTION>
</SELECT>
<html>
<head>
<title>
Use of option tag.
</title>
</head>
<body>        First of all We select that why we need option tag.? Like we use option tag to select the "countrty".Thus ,we choice the "select "tag.
<select>    Now we use option tag after selection of "select" tag.
<option>select</option>..
<option>CHINA</option>
<option>PAKISTAN</option>
<option>INDIA</option>
<option>ASTELIA</option>
<option>SAUDIA</option>
<option>DUBAI</option>
<option>BANGALADAS</option>.
<option>AMERICA</option>
</select>
</body>
</html>
Here how to  use  option tag is given .Let's see:
put the basis coding:


Dear friends you can do practice of html lessons on simple NOTEPAD or NOTEPAD++.


Next Post Previous Post