Fun Things

This page is comprised of embedded html code I found on the internet.

Code for color thing

<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

Code for tool tip

<span title="See, this is the tooltip. :)">Hover your mouse over me</span>