1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Gold and Currencies Trader Inc</ title >
6+ < link rel ="stylesheet " type ="text/css " href ="style.css " />
7+ < script type ="text/javascript " src ="javascript.js "> </ script >
8+ </ head >
9+ < body >
10+ < div class ="leftmenu ">
11+ < dl class ="menulist ">
12+ < dt > Menu</ dt >
13+ < dd > < span class ="biggerfont "> </ span > </ dd >
14+ < dd > < a href ="xchange.html "> Exchange Currencies</ a > </ dd >
15+ < dd > < a href ="buyg.html "> Buy Gold</ a > </ dd >
16+ < dd > < a href ="http://www.nyse.com/ "> Visit the Wall Street Official Site</ a > </ dd >
17+ </ dl >
18+ </ div >
19+ < div class ="rightwrapper ">
20+ < div class ="topmenu ">
21+ < div class ="topbutton "> < a href ="index.html "> Home</ a > </ div > < div class ="topbutton last "> < a href ="rates.html "> Our Rates</ a > </ div >
22+ </ div >
23+ < div class ="content ">
24+ < h1 > Exchange Currencies</ h1 >
25+ < form action ="end.html ">
26+ < label class ="leftbox "> Amount:</ label >
27+ < input class ="rightbox " type ="text " size ="10 " autofocus ="autofocus " autocomplete ="off "/>
28+ < label class ="leftbox "> From:</ label >
29+ < select class ="rightbox " name ="fromexchange ">
30+ < option value ="" selected ="selected "> Choose...</ option >
31+ < option value ="US "> US$</ option >
32+ < option value ="Euro "> Euro</ option >
33+ < option value ="Yens "> Yens</ option >
34+ </ select >
35+ < label class ="leftbox "> To:</ label >
36+ < select class ="rightbox " name ="toexchange ">
37+ < option value ="" selected ="selected "> Choose...</ option >
38+ < option value ="US "> US$</ option >
39+ < option value ="Euro "> Euro</ option >
40+ < option value ="Yens "> Yens</ option >
41+ </ select >
42+ < label class ="leftbox "> < a href ="index.html "> Cancel</ a > </ label >
43+ < input class ="rightbox " type ="submit " value ="Proceed "/>
44+ </ form >
45+ </ div >
46+ </ div >
47+ </ body >
48+ </ html >
0 commit comments