answersLogoWhite

0


Best Answer

They are simply: 0 1 2 3 4 5 6 7 8 and 9 which are the numerals we now use and they are correctly called Hindu-Arabic numerals.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the correct option to create an Arabic numeral list?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the correct HTML for making a drop-down list?

<select> <option value="Volvo">Volvo</option> <option value="Saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="Audi">Audi</option> </select>


How do you add item in listbox through the textbox?

This can be done with a little javascript. Here's an example <html> <head> <script type="text/javascript" language="javascript"> function addNewItem() { // Retrieve the elements from the document body var textbox = document.getElementById('MyTextbox'); var listbox = document.getElementById('MyListbox'); // Now we need to create a new 'option' tag to add to MyListbox var newOption = document.createElement('option'); newOption.value = textbox.value; // The value that this option will have newOption.innerHTML = textbox.value; // The displayed text inside of the <option> tags // Finally, add the new option to the listbox listbox.appendChild(newOption); } </script> </head> <body> <input id="MyTextbox" type="textbox" /> <input type="button" value="Add Item" onclick="javascript:addNewItem()" /> <br /><br /> <select id="MyListbox" size="10"> <option value="apples">Apples</option> <option value="oranges">Oranges</option> <option value="bananas">Bananas</option> </select> </body> </html>


How do I create multiple drop down menus where if a certain option is selected different drop down menus will be available or unavailable?

That is called a chained selection. See related link for an example.


Preferred HTML tag for drop down list?

That would be the <select> tag. Example of usage: <select> <option>Option 1 in drop-down list</option> <option selected="selected">Option 2 (selected by default because of the "selected" attribute)</option> <option disabled="disabled">Option 3 (disabled because of the "disabled" attribute)</option> </select>


Html pull down menu example for month day and year I would like to get an example on how to write month day and year in HTML form?

# <select name="month" id="month"> # <option value="1" <?PHP if($month==1) echo "selected";?>>January</option> # <option value="2" <?PHP if($month==2) echo "selected";?>>February</option> # <option value="3" <?PHP if($month==3) echo "selected";?>>March</option> # <option value="4" <?PHP if($month==4) echo "selected";?>>April</option> # <option value="5" <?PHP if($month==5) echo "selected";?>>May</option> # <option value="6" <?PHP if($month==6) echo "selected";?>>June</option> # <option value="7" <?PHP if($month==7) echo "selected";?>>July</option> # <option value="8" <?PHP if($month==8) echo "selected";?>>August</option> # <option value="9" <?PHP if($month==9) echo "selected";?>>September</option> # <option value="10" <?PHP if($month==10) echo "selected";?>>October</option> # <option value="11" <?PHP if($month==11) echo "selected";?>>November</option> # <option value="12" <?PHP if($month==12) echo "selected";?>>December</option> # </select> # # <select name="day" id="day"> # <option value="1" <?PHP if($day==1) echo "selected";?>>1</option> # <option value="2" <?PHP if($day==2) echo "selected";?>>2</option> # <option value="3" <?PHP if($day==3) echo "selected";?>>3</option> # <option value="4" <?PHP if($day==4) echo "selected";?>>4</option> # <option value="5" <?PHP if($day==5) echo "selected";?>>5</option> # <option value="6" <?PHP if($day==6) echo "selected";?>>6</option> # <option value="7" <?PHP if($day==7) echo "selected";?>>7</option> # <option value="8" <?PHP if($day==8) echo "selected";?>>8</option> # <option value="9" <?PHP if($day==9) echo "selected";?>>9</option> # <option value="10" <?PHP if($day==10) echo "selected";?>>10</option> # <option value="11" <?PHP if($day==11) echo "selected";?>>11</option> # <option value="12" <?PHP if($day==12) echo "selected";?>>12</option> # <option value="13" <?PHP if($day==13) echo "selected";?>>13</option> # <option value="14" <?PHP if($day==14) echo "selected";?>>14</option> # <option value="15" <?PHP if($day==15) echo "selected";?>>15</option> # <option value="16" <?PHP if($day==16) echo "selected";?>>16</option> # <option value="17" <?PHP if($day==17) echo "selected";?>>17</option> # <option value="18" <?PHP if($day==18) echo "selected";?>>18</option> # <option value="19" <?PHP if($day==19) echo "selected";?>>19</option> # <option value="20" <?PHP if($day==20) echo "selected";?>>20</option> # <option value="21" <?PHP if($day==21) echo "selected";?>>21</option> # <option value="22" <?PHP if($day==22) echo "selected";?>>22</option> # <option value="23" <?PHP if($day==23) echo "selected";?>>23</option> # <option value="24" <?PHP if($day==24) echo "selected";?>>24</option> # <option value="25" <?PHP if($day==25) echo "selected";?>>25</option> # <option value="26" <?PHP if($day==26) echo "selected";?>>26</option> # <option value="27" <?PHP if($day==27) echo "selected";?>>27</option> # <option value="28" <?PHP if($day==28) echo "selected";?>>28</option> # <option value="29" <?PHP if($day==29) echo "selected";?>>29</option> # <option value="30" <?PHP if($day==30) echo "selected";?>>30</option> # <option value="31" <?PHP if($day==31) echo "selected";?>>31</option> # </select> # # <select name="year" id="year"> # <?PHP for($i=date("Y"); $i<=date("Y")+2; $i++) # if($year == $i) # echo "<option value='$i' selected>$i</option>"; # else # echo "<option value='$i'>$i</option>"; # ?> # </select>

Related questions

When living in another country is not an option what is the best way to become fluent in Arabic in 5 years?

When living in another country is not an option the best way to become fluent in Arabic in 5 years is to enroll in an Arabic course online or in school.


What service offers failover support for failure of hardware or of critical software applications?

Network Load Balancing (NLB) This was not the correct option Cluster Service This was the correct option Component Load Balancing (CLB) This was not the correct option Plug and Play This was not the correct option


Can you get Michael Jordan on nba2k7?

Nope, only by using the Create-A-Player option to create him.


What is the option that is used to correct the most common typing and spelling errors?

auto-correct


Which option is the correct name for the highlighted button?

Increase


How do you create a Skype account on your ipad2?

There's a option when signing in.


Which option lets you create graphics from text?

Word art


Would you say had shook or had shaken?

"had shaken" is the correct option.


What is to spread an option?

To spread an option, or to create an option spread, is to put on a corresponding short position onto your existing long position (or vice versa), in order to create options spreads with specific payoff profiles. For instance, if you bought a call option, it would have limited downside risk with unlimited profit potential. But if you sold an out of the money call option on top of that call option, you would create a call spread which lowers capital outlay but also limited upside profit potential.


How to create groups in way2sms.com?

go to address book click on add contact there you can find create group option using it you can create a group.


Where is the Barracks in MW2?

xbox: xbox live-find match and the barracks is the option under create a class its in the same place on PC just go multiplayer and its under the create a class option


What are the release dates for Create Option C My Journey with Cancer - 2014?

Create Option C My Journey with Cancer - 2014 was released on: USA: 30 January 2014 (Los Angeles, California)