Art of Problem Solving

User:Yb30: Difference between revisions

Yb30 (talk | contribs)
No edit summary
Yb30 (talk | contribs)
No edit summary
Line 7: Line 7:




<select name="clr" onchange="document.bgColor=this.options[this.selectedIndex].value" size="1">
    <br>
    <option value="black">black
        <option value="orange">orange
            <option value="flamingred">fuschia
                <option value="lightyellow">light yellow
                    <option value="green">green
                        <option value="cyan">cyan
                            <option value="yellow">yellow
                                <option value="red">red
                                    <option value="white">white</option>
</select>&nbsp;&nbsp;Background Color
<br>
<select name="clr" onchange="document.fgColor=this.options[this.selectedIndex].value" size="1">
    <br>
    <option value="black">black
        <option value="orange">orange
            <option value="flamingred">fuschia
                <option value="lightyellow">light yellow
                    <option value="cyan">cyan
                        <option value="yellow">yellow
                            <option value="red">red
                                <option value="white">white</option>
</select>&nbsp;&nbsp;Text Color


<BODY BGCOLOR="FEEFD">
</center>
</center>

Revision as of 10:32, 22 February 2022

YB30's Wiki

Change the user count if you have visited this page for your first time.

1


<select name="clr" onchange="document.bgColor=this.options[this.selectedIndex].value" size="1">

   
<option value="black">black <option value="orange">orange <option value="flamingred">fuschia <option value="lightyellow">light yellow <option value="green">green <option value="cyan">cyan <option value="yellow">yellow <option value="red">red <option value="white">white</option>

</select>  Background Color


<select name="clr" onchange="document.fgColor=this.options[this.selectedIndex].value" size="1">

   
<option value="black">black <option value="orange">orange <option value="flamingred">fuschia <option value="lightyellow">light yellow <option value="cyan">cyan <option value="yellow">yellow <option value="red">red <option value="white">white</option>

</select>  Text Color