-
Notifications
You must be signed in to change notification settings - Fork 0
/
tennis.html
100 lines (72 loc) · 3.48 KB
/
tennis.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html>
<head>
<title>IIIT Sports Meet</title>
<link rel="stylesheet" type="text/css" href="/resources/sheet.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
<style type="text/css">
body{
background: radial-gradient(1000px, #f6f5f1, #cec9b3);
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>
</head>
<body>
<nav>
<heading><a href="/"><pp>1<sup>st</sup> Inter IIIT </pp>Sports Meet<add> 16</add></a></heading><a href="http://www.iiitdm.ac.in"><img class="iiit_logo" src="/resources/iiitdm.png" width="115" height="110"></a>
<span>
<a class="link1" href="#">Events</a>
<a class="link2" href="/rules">Rules</a>
<a class="link3" href="/register">Registration</a>
<a class="link4" href="/contacts">Contact</a>
<a class="link4" href="dates.html">Deadlines</a>
<events>
<event-class1>Mens<br>
<sub-event><a href="athletics.html">- Athletics</a></sub-event><br>
<sub-event><a href="badminton.html">- Badminton</a></sub-event><br>
<sub-event><a href="basketball.html">- Basketball</a></sub-event><br>
<sub-event><a href="carrom.html">- Carrom</a></sub-event><br>
<sub-event><a href="chess.html">- Chess</a></sub-event><br>
<sub-event><a href="cricket.html">- Cricket</a></sub-event><br>
<sub-event><a href="football.html">- Football</a></sub-event><br>
<sub-event><a href="tabletennis.html">- Table Tennis</a></sub-event><br>
<sub-event><a href="tennis.html">- Tennis</a></sub-event><br>
<sub-event><a href="volleyball.html">- Volley Ball</a></sub-event><br>
</event-class1>
<event-class2>Women<br>
<sub-event><a href="athletics.html">- Athletics</a></sub-event><br>
<sub-event><a href="badminton.html">- Badminton</a></sub-event><br>
<sub-event><a href="basketball.html">- Basketball</a></sub-event><br>
<sub-event><a href="carrom.html">- Carrom</a></sub-event><br>
<sub-event><a href="chess.html">- Chess</a></sub-event><br>
<sub-event><a href="tabletennis.html">- Table Tennis</a></sub-event><br>
<sub-event><a href="tennis.html">- Tennis</a></sub-event><br>
<sub-event><a href="throwball.html">- Throw ball</a></sub-event><br>
</event-class2>
</events>
</span>
</nav>
<content>
<div class="head-rules">Tennis <small>( Men & Women )</small> </div>
<div class="content-bb">
<h2>Rules</h2>
<ol>
<li>Tournament will be conducted for men and women separately.</li><br>
<li>No. of players (Men) - not more than 4
<br>No. of players (Women) - not more than 4.</li><br>
<li>Tournament will be conducted for league cum knock out basis.</li><br>
<li>Matches will be conducted for best of 11 games in league stages and best of 3 sets will be played from Semis.</li><br>
<li>Order of play for men: <br>
1st Singles, 2nd Singles, 1st Doubles, 1st Reverse Singles and 2nd Reverse Singles.
</li><br>
<li>Order of play for women:<br>1st Singles, Doubles and 2nd Singles.</li><br>
<li>Name of the ball to be used for the tournament: Wilson / Head/ Bablot.</li><br>
<li>Latest AITA - All India Tennis Association rules will be applicable.</li><br>
<li>Tennis championship (men and women) trophies will be awarded for the top 3 positions.</li><br>
</ol>
</div>
</content>
<footer>Site Developed and Maintained by <a href="http://www.iiitdm.ac.in">Indian Institute of Information Technology, Design & Manufacturing , Kancheepuram </a>© 2016</footer>
</script>
</body>
</html>