answersLogoWhite

0

The energy issues we are facing in the world that would make a solar cooker a viable option for many people include the lack of renewable resources that are available. Wind power and wave power are not as readily available as solar power.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

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>


What is difference between name and value in an HTML Form?

'Name' can be a field and 'value' can defined to the that particular field. Example: <select name="Car List"> <option value="volvo">Volvo</option> <option value="saab">Saab</option> <option value="mercedes">Mercedes</option> <option value="audi">Audi</option> </select>


Html codes for feedback form?

<!doctype html> <html> <head> <meta charset="utf-8"> <title>Feedback Form</title> </head> <body> <h1>Feedback Form</h1> <form action="mailto:your email address" method="get" enctype="text/plain"> <p> Name: <input type="text" id="name" size="30"> </p> <p> Please rate my site from 1 to 10 (1 = bad and 10 = good): <br /> <select id="rating"><br /> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> <option selected>10</option> </select> </p> <p> How would you suggest I improve it?<br /> <textarea id="improve" rows="5" cols="30"></textarea> </p> <p> <input type="submit" value="Send Feedback"> <input type="reset"> </p> </form> </body> </html>


Write a HTML program to insert a selection list in a form?

<select id="selectlist"><option> First</option> <option> Second</option>. This is a sample program to insert a selection list.

Related Questions

What are the energy issues that you are facing the world that would make a solar cooker a viable option for many people?

The energy issues we are facing in the world that would make a solar cooker a viable option for many people include the lack of renewable resources that are available. Wind power and wave power are not as readily available as solar power.


What are the energy issues you are facing in the world that would make a solar cooker a viable option for manny people?

we are facing the fact of the harmful gases and lose of wood and solor cookers could conserve wood


What are the energy issues we are facing in the world that would make a solar cooker an available option for many people?

We have to stop using so much fossil fuels (coal, oil and natural gas), so a solar cooker helps because it uses renewable energy from the sun.


What are the issues that you are facing in the world that would make water filtration a viable option for many people?

it can be way much better


Where could one go to order replacement cooker elements?

The best place to order replacement cooker elements would be the store the original cooker was purchased. If that's not an option, replacements can be found on the manufacture website.


Where can one purchase an electric egg cooker?

The places to purchase an electric egg cooker are many and varied. The best place to start would be Amazon. If you are on a tight budget, a good option to try would be eBay.


Were's my kohl's order?

If you are having any issues with your Kohls.com order contact the Kohls.com Customer Service they will be able to help you with any issues you may be facing. Unfortunately calling the Kohls.com Customer Service is the only available option in this situation. The stores can't do anything besides take returns from Online Orders.


How much time do you have to be facing to get a jury trial?

There is no set amount of time that you have to be facing to get a jury trial. People that are facing certain charges will have the option to get a jury trial. This includes murder, kidnapping, and so on.


How do you request energy pack?

there's no option for you to request for an energy pack but you can ask your friends to send you energy pack if you needed one.


Where is the block heater cord on a 2002 Saturn vue?

Unless you specifically ordered the engine block heater option when you bough the car, it will not have a heater cord. If you did buy the option, the cord is located under the battery on the righthand side when facing the windshield. Unless you specifically ordered the engine block heater option when you bough the car, it will not have a heater cord. If you did buy the option, the cord is located under the battery on the righthand side when facing the windshield.


Does Sony Ericsson xperia X8 supports video call option?

No It does n ot have a front facing camera


What are the best features to look for in a rice cooker, specifically in terms of the non-stick coating?

When choosing a rice cooker, look for a non-stick coating that is durable, easy to clean, and free of harmful chemicals like PTFE and PFOA. A ceramic or titanium-infused coating is often considered the best option for non-stick performance and safety.