HTML Used For Sign/Planet/House


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional //EN"> <html> <head> <title>Your Title Goes Here</title> <meta name="keywords" content=""> <meta name="description" content=""> <meta name="author" content=""> </head> <body bgcolor="#silver" link="#blue" vlink="#red"> <font color="#black"> <br> <center><h2>Your Title Goes Here</h2></center><br> <blockquote> <ul> <form> <table> <!--1st row--> <tr> <td>Your specific Sun sign</td> <td><select><option>SUN<option>conscience<option>power<option>essence<option>vitality<option>will<option>ego<option>self<option>identity<option>center<option>leader<option>potential<option>character<option>purpose<option>strength<option>confidence<option>direction</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--2nd row--> <tr> <td>Your specific Moon sign</td> <td><select><option>MOON<option>unconscious<option>instincts<option>response<option>reflex<option>intuition<option>habit<option>cycle<option>feelings<option>emotions<option>femininity<option>nurturing<option>protection<option>shyness<option>sensitivity<option>kinship</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--3rd row--> <tr> <td>Your specific Mercury sign</td> <td><select><option>MERCURY<option>connections<option>nerves<option>ideas<option>thoughts<option>mentality<option>concepts<option>reasoning<option>language<option>translator<option>listening<option>communication<option>messages<option>ability<option>versatility<option>skill<option>speed<option>traveling</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--4th row--> <tr> <td>Your specific Venus sign</td> <td><select><option>VENUS<option>values<option>appreciation<option>relations<option>harmony<option>love<option>popularity<option>socialization<option>rhythm<option>attraction<option>beauty<option>sensuality<option>balance<option>equality<option>comfort<option>peace<option>fairness<option>things</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--5th row--> <tr> <td>Your specific Mars sign</td> <td><select><option>MARS<option>energy<option>drive<option>ambition<option>passion<option>rawness<option>lust<option>assertiveness<option>initiator<option>competitor<option>athlete<option>warrior<option>pioneer<option>motive<option>anger<option>aggression<option>beginnings</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--6th row--> <tr> <td>Your specific Jupiter sign</td> <td><select><option>JUPITER<option>expansion<option>growth<option>truth<option>faith<option>belief<option>philosophy<option>luck<option>prosperity<option>opportunity<option>explorer<option>traveler<option>generosity<option>grandiosity<option>excessiveness<option>speculation<option>gambling</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--7th row--> <tr> <td>Your specific Saturn sign</td> <td><select><option>SATURN<option>commitment<option>maturity<option>structure<option>stability<option>seriousness<option>perseverance<option>limits<option>discipline<option>frustration<option>fear<option>responsibility<option>business<option>parents<option>authority<option>achievement<option>loss<option>aging</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--8th row--> <tr> <td>Your specific Uranus sign</td> <td><select><option>URANUS<option>individuality<option>independence<option>eccentricity<option>spontaneity<option>disruptiveness<option>rebelliousness<option>friendship<option>change<option>upheaval<option>chaos<option>electricity<option>charisma<option>uniqueness<option>originality<option>invention</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--9th row--> <tr> <td>Your specific Neptune sign</td> <td><select><option>NEPTUNE<option>intangibility<option>spirituality<option>dreams<option>illusion<option>fantasy<option>formlessness<option>meditation<option>escapism<option>addiction<option>compassion<option>vulnerability<option>healing<option>enlightenment<option>attunement<option>oneness<option>intuition</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--10th row--> <tr> <td>Your specific Pluto sign</td> <td><select><option>PLUTO<option>investigation<option>underworld<option>discovery<option>compulsion<option>control<option>obsession<option>manipulation<option>confrontation<option>extremes<option>motives<option>psyche<option>core<option>power<option>elimination<option>regeneration<option>transformation</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> <!--11th row--> <tr> <td>Your specific Chiron sign</td> <td><select><option>CHIRON<option>healing<option>pain<option>recovery<option>completion<option>therapy<option>mediator<option>link<option>mentor<option>catalyst<option>guide<option>solution<option>problem<option>brink<option>omission<option>verge<option>answer</select></td> <td>(round off degrees)</td> <td>in</td> <td>What House is it in?</td> <td></td> </tr> </table> </form> </ul> </blockquote> <br> <center><a href="index.html">HOME</a></center> <br> </font> </body> </html>


HOME