|
Revision 35, 2.0 KB
(checked in by max, 23 months ago)
|
|
mario.izquierdo
max-javahotpot-tutorial (3.1.max1)
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" |
|---|
| 4 | xml:lang="en"><head><meta name="author" content="Created with Masher by Half-Baked Software, registered to Martin Holmes."></meta><meta name="keywords" content="Masher, Hot Potatoes, Half-Baked Software, Windows, University of Victoria"></meta> |
|---|
| 5 | |
|---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
|---|
| 7 | |
|---|
| 8 | <title> |
|---|
| 9 | Example exercises |
|---|
| 10 | </title> |
|---|
| 11 | |
|---|
| 12 | <!-- Made with executable version [strFullVersionInfo] --> |
|---|
| 13 | |
|---|
| 14 | <style type="text/css"> |
|---|
| 15 | |
|---|
| 16 | body{ |
|---|
| 17 | font-family: Arial,Geneva; |
|---|
| 18 | background-color: #ffffff; |
|---|
| 19 | color: #000000; |
|---|
| 20 | |
|---|
| 21 | padding-left: 5%; |
|---|
| 22 | padding-right: 5%; |
|---|
| 23 | font-size: small; |
|---|
| 24 | } |
|---|
| 25 | |
|---|
| 26 | div.Titles{ |
|---|
| 27 | padding: 10px; |
|---|
| 28 | text-align: center; |
|---|
| 29 | color: #330000; |
|---|
| 30 | } |
|---|
| 31 | |
|---|
| 32 | div.IndexDiv{ |
|---|
| 33 | margin-left: auto; |
|---|
| 34 | margin-right: auto; |
|---|
| 35 | padding: 2em; |
|---|
| 36 | border-style: solid; |
|---|
| 37 | border-width: 1px; |
|---|
| 38 | text-align: center; |
|---|
| 39 | width: 40%; |
|---|
| 40 | } |
|---|
| 41 | |
|---|
| 42 | .Index{ |
|---|
| 43 | text-align: left; |
|---|
| 44 | } |
|---|
| 45 | |
|---|
| 46 | a{ |
|---|
| 47 | color: #0000ff; |
|---|
| 48 | } |
|---|
| 49 | |
|---|
| 50 | a:visited{ |
|---|
| 51 | color: #ff00ff; |
|---|
| 52 | } |
|---|
| 53 | |
|---|
| 54 | a:hover{ |
|---|
| 55 | color: #0000ff; |
|---|
| 56 | } |
|---|
| 57 | |
|---|
| 58 | </style> |
|---|
| 59 | </head> |
|---|
| 60 | <body> |
|---|
| 61 | |
|---|
| 62 | <div class="Titles"> |
|---|
| 63 | <h2 class="ExerciseTitle">Example exercises</h2> |
|---|
| 64 | </div> |
|---|
| 65 | |
|---|
| 66 | <div class="IndexDiv"> |
|---|
| 67 | <ul class="Index"> |
|---|
| 68 | |
|---|
| 69 | <li><a href="jquiz1.htm">A Quiz made with JQuiz</a> </li><li><a href="jcloze1.htm">A Gap-Fill Exercise made with JCloze</a> </li><li><a href="jcloze2.htm">A Gap-Fill with Individual Questions</a> </li><li><a href="jcross1.htm">A Crossword made with JCross</a> </li><li><a href="jmix1.htm">A Jumbled-Sentence Exercise made with JMix</a> </li><li><a href="jmix2.htm">A Jumbled-Word Exercise made with JMix</a> </li><li><a href="jmatch1.htm">An Ordering Exercise made with JMatch</a> </li><li><a href="jmatch2.htm">A Matching Exercise made with JMatch</a> </li> |
|---|
| 70 | |
|---|
| 71 | </ul> |
|---|
| 72 | |
|---|
| 73 | </div> |
|---|
| 74 | |
|---|
| 75 | </body></html> |
|---|