You are on page 1of 38

Syntax for homepage 1

<html>

<head>

<title>My page</title>

</head>

<body background="C:\yeshi peldon XII B\project\Wallpapers\Skype Moo-fuel.png">

<div>

<img src="C:\yeshi peldon XII B\project\New Folder\shari colour.jpg" align="left"


height="110" width="110">

<img src="C:\yeshi peldon XII B\project\New Folder\J0185604.WMF" align="right"


height="80" width="80">

</div>

<p><font size="24" color="white"><marquee>Shari Higher Secondary


School</marquee></font><br><br><br><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD21322_.GIF" width="1500">

</p>

</htML>

Syntax for homepage 2


<html>

1
<head>

<title>my page</title>

</head>

<body background="C:\yeshi peldon XII B\project\Wallpapers\Skype Kitchen.png">

<p><font size="6" color="blue">Just click here to vist some pages</font></p>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII


B\project\teachers.html">Teacher</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\list of stds.html">List of


students</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\feed back


form.html">Feed back form</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII


B\project\Facilities.html">Facilities</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\computer


lab.html">computer lab</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\calender.html">School


calender</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\Addmission


form.html">Addmissoin form</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\e-mail.html">visit


email.directory</a><br>

<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\information.html">More


information</a><br>
2
<img src="C:\yeshi peldon XII B\project\New Folder\BD14752_.GIF">

<a target="mainarea" href="C:\yeshi peldon XII B\project\date and


time.html">program on javascript</a>

</p>

</body>

</html>

Syntax for homepage 3


<html>

<head>

<title>my page</title>
3
</head>

<body background="C:\yeshi peldon XII B\project\Wallpapers\Skype


Sand.png"><p><font size="5" color="sky blue" face="Monotype
Corsiva"><b>Shari Higher is located in a way to paro dzong and

Paro Ta-dzong 4 kilometer away from paro town in

between many beautiful trees.It was established

in the year of 2000 as a community school and later

in the year of 2006 it was upgraded as higher

secondary school.</b></font><br></p>

<img src="C:\yeshi peldon XII B\project\New Folder\friends 4eva.jpg" height="30%"


width="10%" align="right" alt="sorry picture cannot display just now">

</html>

Syntax for the main homepage


<html>

<head>

<title>my page</title>

</head>

<frameset rows="30%,70%">

4
<frame src="C:\yeshi peldon XII B\project\hp1.html" scrolling="no">

<frameset cols="30%,70%">

<frame src="C:\yeshi peldon XII B\project\hp2.html" scrolling="no">

<frame src="C:\yeshi peldon XII B\project\hp3.html" scrolling="no">

</frameset>

</html>

Syntax for the page teachers


<html>

<head><font size="6" color="green"><b><u>Name of the teachers of shari


higher secondary

school and the subject they teach and their post.</u></b></font>

<title> My web page</title>

</head>

<body background="C:\yeshi peldon XII B\project\New Folder\friends 4eva.jpg">

<table border="2" background="C:\Documents and Settings\sharihss\My


Documents\yeshi peldon XII B\New Folder\Picture 015.jpg" >

5
<tr font size="6" color="purple">

<th><font color="blue" size="6">Name</font></th>

<th><font color="blue" size="6">Subject</font></th>

</tr>

<tr>

<td><font color="yellow" size="5">Sir Phountsho </font></td>

<td><font color="yellow" size="5">Our principal</font></td></tr>

<tr>

<td><font color="yellow" size="5">Sir chimmi Tshewang</font></td>

<td><font color="yellow" size="5">Geography</font></td>

</tr>

<tr>

<td> <font color="yellow" size="5">Sir daka dorji</font></td>

<td><font color="yellow" size="5">Geography</font></td>

</tr>

<tr>

<td><font color="yellow" size="5">Sir Arjun gurung</font></td>

<td><font color="yellow" size="5">Computer, Maths and physics </font></td>

</tr>

<tr>

<td><font color="yellow" size="5">Sir Basanta T</font></td>

<td><font color="yellow" size="5">Maths</font></td>

</tr>

<tr>

<td><font color="yellow" size="5">Sir Sridharan</font></td>

<td><font color="yellow" size="5">Physics</font></td>

</tr>

<tr>

6
<td><font color="yellow" size="5"> Sir Bapu</font></td>

<td> <font color="yellow" size="5">Maths and physics</font></td>

</tr>

<tr>

<td><font color="yellow" size="5">Sir pradeep Kumar</font></td>

<td><font color="yellow" size="5">Chemistry</font></td>

</tr>

<tr>

<td><font color="yellow" size="5">Lopen Dung Dorji</font></td>

<td><font color="yellow" size="5">Dzongkha</font><td>

</tr>

</table>

<A HREF="C:\yeshi peldon XII B\project\Homepage.html">click here to go to home


page</A>

<html>

Syntax for the page list of students

<html>

<head>

<title>list of stds in each class</title>

</head>

<body background="C:\yeshi peldon XII B\project\Wallpapers\Skype Ess.png">

<table background="C:\yeshi peldon XII B\Wallpapers\Skype Blue-for-you.png"


border=2 width="50%" Height="75%" cellpadding=6 cellspacing=2
align="center">

<caption align="top"><B>STATISTIC OF STUDENTS</B> </CAPTION>

<tr>

<th>Class</th>

<th>Boys</th>

7
<th>Girls</th>

<th>total</th>

</tr>

<td>xii sc A</td>

<td>11</td>

<td>10</td>

<td>21</td>

</tr>

<tr>

<td>xii sc b</td>

<td>9</td>

<td>10</td>

<td>19</td>

</tr>

<tr>

<td>xii com</td>

<td>4</td>

<td>12</td>

<td>16</td>

</tr>

<tr>

<td><b>Total girls n boys in xii</b></td>

<td><b>24</b></td>

<td><b>32</b></td>

<td><b>56</b></td>

</tr>

8
<tr>

<td>xi sc a</td>

<td>13</td>

<td>8</td>

<td>21</td>

</tr>

<tr>

<td>xi sc B</td>

<td>8</td>

<td>13</td>

<td>21</td>

</tr>

<tr>

<td>Xi com</td>

<td>11</td>

<td>19</td>

<td>30</td>

</tr>

<tr>

<td><b>Total girls n boys in Xi</b></td>

<td><b>32</b></td>

<td><b>40</b></td>

<td><b>72</b></td>

</tr>

<tr>

<td>XA</td>

<td>12</td>

9
<td>19</td>

<td>30</td>

</tr>

<tr>

<td>xB</td>

<td>14</td>

<td>15</td>

<td>29</td>

</tr>

<tr>

<td>XC</td>

<td>15</td>

<td>15</td>

<td>30</td>

</tr>

<tr>

<td><b>Total girls n boys in X</B></td>

<td><b>41</B></td>

<td><b>49</B></td>

<td><b>90</B></td>

</tr>

<tr>

<td>Ix A</td>

<td>17</td>

<td>19</td>

<td>36</td>

</tr>

<tr>

10
<td>Ix B</td>

<td>16</td>

<td>21</td>

<td>37</td>

</tr>

<tr>

<td>Ix C</td>

<td>17</td>

<td>20</td>

<td>37</td>

</tr>

<tr>

<td>ix D</td>

<td>13</td>

<td>22</td>

<td>35</td>

</tr>

<tr>

<td>ix E</td>

<td>12</td>

<td>24</td>

<td>36</td>

</tr>

<tr>

<td><b>Total girls n boys in IX</b></td>

<td><b>75</b></td>

<td><b>106</b></td>

<td><b>181</b></td>

11
</tr>

<tr>

<td>viii A</td>

<td>16</td>

<td>17</td>

<td>33</td>

</tr>

<tr>

<td>viii B</td>

<td>18</td>

<td>14</td>

<td>32</td>

</tr>

<tr>

<td><b>Total girls n boys in viii</b></td>

<td><b>34</b></td>

<td><b>31</b></td>

<td><b>65</b></td>

</tr>

<tr>

<td>vii A</td>

<td>14</td>

<td>20</td>

<td>34</td>

</tr>

<tr>

<td>vii B</td>

<td>15</td>

12
<td>19</td>

<td>34</td>

</tr>

<tr>

<td><b>Total girls n boys in vii</b></td>

<td><b>29</b></td>

<td><b>39</b></td>

<td><b>68</b></td>

</tr>

<tr cellspacing=4>

<td><b>GRAND TOTAL OF STUDENTS</b></td>

<td><b>235</b></td>

<td><b>297</b></td>

<td><b>532</b></td>

<a href="C:\yeshi peldon XII B\project\Homepage.html">Click here to go to home


page</a>

</body>

</html>

Syntax for the page feedback form


<html>

<head><font size="20" color="blue">My Guest book</font>

<title>My webpage

<form method="post" action="peldonyeshi@gmail.com">


13
</title>

</head>

<body background="C:\yeshi peldon XII B\Wallpapers\Skype Argyle-Madness.png">

<p>Please let me know what you think of my webpages thanks:</p>

What is your name:<input type="text box" name="taxt" value=""><br>

Your email address:<input type=""text box" name="text" value=""><br>

Check all that apply:<br>

<input type="checkbox" name="check box group example" value="">I really like


your website<br>

<input type="checkbox" name="check box button group example" value="">One


of the best site<br>

<input type="checkbox" name="check box botton group example" value="">I wish


my looked as good as yours<br>

<input type="checkbox" name="check box button group example" value="">I


have no taste and i am pretty, so your website didn't do much for me<br>

<p>Choose the one thingyou love abouyt my page:</p><br>

<input type="radio" name="radio button group example" value="That gorgeous


picture of yours and your school">That gorgeous picture of yours and your
school<br>

<input type="radio" name="radio button group example" value="All those moving


picture/image of yours webpage">All those moving picture/image of yours
webpage<br>

<input type="radio" name="radio button group example" value="The detail list of


school facilities">The detail list of school facilities<br>

<input type="radio" name="radio button group example" value="links that you


have in your website">links that you have in your website<br>

<input type="radio" name="radio button group example" value="All the


content">All the content<br>

How do you think i could improve my site:

<input type="hidden" name="subject" value="example form">

<select>

<option value="couldn't be better">couldn't be better</option>

14
<option value="Add more picture">Add more picture</option>

<option value="Make it more informative">Make it more informative</option>

<option value="Creat more links">Creat more links</option>

</select>

<p>Feel free to type more praise, etc below:<br>

<p><textarea name="comment" rows="5" cols="50" WRAP="physical">

</textarea></p>

<input type="Submit" value="click here to submit the form"/>

<input type="Reset" value="Erase and startover"/>

<a href="C:\yeshi peldon XII B\project\Homepage.html">Go to homepage

</body>

</html>

Syntax for the page Facilities


<html>

<head>

<title>My webpage</title>

</head>

<body>

<div>

15
<img src="C:\yeshi peldon XII B\project\New Folder\Comp016.jpg" align="left"
height="40%" width="20%">

<img src="C:\yeshi peldon XII B\project\New Folder\J0299763.WMF" align="right">

</div>

<p><font color="purple" size="7">Facilities from our schools


side</font></p><br><br><br>

<p><font color="purple" size="4">

Shari higher secondary school provides us with a very good facilities.

we are provied with all labs needed in our science studies. We are also provided
with

all kinds if games.</font>

</p>

<ul color="blue" size="5"><font color="blue" size="5"><b>Lab facilities provided


by our school</b></ font></ul>

<ol>

<li> Biology lab

<li>Chemistry Lab

<li>Physics Lab

<li> Computer Lab

</ol>

<table bgcolor="silver" border=1 text color="purple" align="center">

<tr><th bgcolor="yellow" colspan="2" ><align="center">Person responsible for


taking care of the labs </th>

</tr>

<tr>

<th>Labs</th>

<th> under special care of:

</th></tr>

<tr><td>Computer lab<br><a href="C:\yeshi peldon XII B\project\computer


lab.html">Visit computer lab</a></td>

16
<td>Sir Rinchen tshering</td></tr>

<tr><td>Biology Lab</td>

<td>Madam pelmo</td></tr>

<tr><td>Physics</td>

<td>Madam Deki yang zom</td></tr>

<tr><td>Chemistry Lab</td>

<td> Madam Changna lhamo</td></tr>

<tr><td>library</td>

<td>Madam wangchuk dema and Sir Rinchen</td></tr>

<A href="C:\yeshi peldon XII B\project\Homepage.html">go to home page</A>

</table>

</body>

</html>

Syntax for the page computer lab


<html>

<head>

<title>This is my page</title>

</head>

<body bgcolor="pink">

<h1><font size="7" color="aqua">Computer Lab</font></h1>

Our computer lb is just located behind our class XI and XII

Block.It is a two stroyed building upstair consisting of computer lab and lower

stair is our biology lab.

<hr><blockquote><i>We the students of shari higher secondary feel so luckly o be


in this
17
type of facilated school.</i><blockquote></hr><hr>

<img src="C:\yeshi peldon XII B\project\New Folder\Comp021.jpg" alt="plese wait


the photo can not display at present" height="40%

" width="30%" align ="left" border=5 horizontal space=12 vertical space=12>

<a href="C:\yeshi peldon XII B\project\Facilities.html">Visit facility</a><br>

<a href="C:\yeshi peldon XII B\project\Homepage.html">visit homepage</a>

</body>

</html>

Syntax for the page calendar


<html>

<head>

<title>my page</title>

</head>

<h1>

<a href="C:\yeshi peldon XII B\project\Homepage.html">home</a></h1>

<body background="C:\yeshi peldon XII B\project\Wallpapers/Skype Candy-


Stripe.png" text color="blue">

<p><marquee><font size="7" color="green"><b>School Calender for the year of


2009</b></font></marquee></p>

<table background="C:\yeshi peldon XII B\project\Wallpapers/Skype Wood.png"


border="3" align="center">

<tr>

18
<th background="C:\yeshi peldon XII B\project\Wallpapers/Skype Diagonal-
grey.png"><font color="chocolate brown" size="6">Month</font></th>

<th background="C:\yeshi peldon XII B\project\Wallpapers/Skype Diagonal-


grey.png" ><font color="chocolate brown" size="6">Date</font></th>

<th background="C:\yeshi peldon XII B\project\Wallpapers/Skype Diagonal-


grey.png" ><font color="chocolate brown" size="6">Events
held</font></th></tr>

<tr>

<td rowspan="2">January</td>

<td>2</td>

<td>Winter solstice</td>

</tr>

<tr>

<td>27</td>

<td>Traditional day of offering </td>

</tr>

<tr>

<td rowspan="5"background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Febrauary</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">10</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Teacher report/Staff meetimg</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">15</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Students report</td>

</tr>

<tr>

19
<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Kitchen.png">21-
23</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Birth Anniversary of 5th king</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Kitchen.png">25-


26</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Losar</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">27</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Class XI Report</td>

</tr>

<tr>

<td rowspan="6" background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Blue-for-you.png">March</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">10</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Staff meeting</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">23</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">SMT meet</td>

</tr>

<tr>

20
<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-
you.png">24</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">SGT meet</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">25</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png"> HODS meet</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">27</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Awarding of Caption: Badges</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">30</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Inter housefootball start</td>

</tr>

<tr>

<td rowspan="7"background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Argyle-Madness.png">April</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">4</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">Foot ball finals</td>

</tr>

<tr>

21
<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-
Madness.png">6</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">Interhouse basket ball start</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">11</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">Bascketball finals/Youth forum</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">13</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">Interhouse volleyball start</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">18</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">Volley ball finals</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">27-29</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">Unit test</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-


Madness.png">30</td>

22
<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Argyle-
Madness.png">Staff meeting/ Syallabus review</td>

</tr>

<tr>

<td rowspan="6"background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">May</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">2</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">Birth Anniversary of 3rd king/ Teachers Day</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">9</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">Zhabdrung Kochoe</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">18-23</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">Class project</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">25</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">Interhouse Badminton start</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">30</td>

23
<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-
circles.png">Badminton finals</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">30</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Crop-


circles.png">SIMSS Review</td>

</tr>

<tr>

<td rowspan="3"background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Ess.png">June</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Ess.png">1-


6</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Ess.png">Green


week</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Ess.png">7</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Ess.png">Lord


buddha's Pariniana</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Ess.png">20-


30</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Ess.png">Midterm


examination</td>

</tr>

<tr>

<td rowspan="8"background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">July</td>

24
<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype
Giraffe.png">2</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Giraffe.png">Birth


Annivery of of Guru rinpoche</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Giraffe.png">1-


15</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">Summer break</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">15</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">Studenys report after midterm examination</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">16</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">SGT/SMT meet</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">18</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">Constitution Day</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">25</td>

25
<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Giraffe.png">First
sermon of lord Buddha</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">27</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">Result Declare</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Giraffe.png">3</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Giraffe.png">Staff


meeting(Result review)</td>

</tr>

<tr>

<td rowspan="3">August</td>

<td>3-8</td>

<td>Literary Week</td>

</tr>

<tr>

<td>10-15</td>

<td>Interhouse Cultural competition</td>

</tr>

<tr>

<td>22</td>

<td>Youth forum</td>

</tr>

<tr>

26
<td rowspan="3" background="C:\yeshi peldon XII B\project\Wallpapers/Skype
Denim.png">September</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Denim.png">5</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Denim.png">HODS Meet/Syallabus Review</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Denim.png">17-


19</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Denim.png">Unit


text II</td>

</tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Denim.png">26


</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Denim.png">Staff


Meeting</td>

</tr>

<tr>

<td rowspan="2" background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Diagonal-grey.png">October</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Diagonal-


grey.png">3</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Diagonal-


grey.png">Trial Question paper submission</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Diagonal-


grey.png">14-24</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Diagonal-


grey.png">Trial Examination</td>

</tr>

<tr>
27
<td rowspan="8" background="C:\yeshi peldon XII B\project\Wallpapers/Skype
Blue-for-you.png">November</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">2</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Trial result Declaration</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">3</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Submission of class VII,IX and XI Qpsfor final exam</td>

</tr>

<tr><td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">6</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Coronation of 5th Druk gyalpo</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">9</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Desending day of lord buddha</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">11</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Birth anneversary of 4th king</td>

</tr>

28
<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">21</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Annual exam for VII.XI and XI</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">28</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">Annual exam ends/Return books</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">29</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype Blue-for-


you.png">VII,IX and XI studentsleave for vacation</td>

</tr>

<tr>

<td rowspan="5" background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">December</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">1</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Class VIII,X and XII write board exams</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">13</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Board exam ends</td>

</tr>

29
<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">17</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">National day celebration</td>

</tr>

<tr>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">19</td>

<td background="C:\yeshi peldon XII B\project\Wallpapers/Skype


Kitchen.png">Teachers leave for vacation</td>

</tr>

</table>

</body></html>

30
Syntax for the page Admission form
<head>

<font size="7" color="blue"><align="center">School Addmission


Form</font><br>

<title>This is my page</title>

<form method="post" action="/ht bin/generic">

<input type="hidden" name="mail to" value="arjobt@yahooo.com"/>

<p><font color="maroon" size="5">Please fillup the following form</font></p>

First name: <INPUT TYPE="text" Name="Text box" VALUE=""><br>

Middle name:<INPUT TYPE="text" Name="Text box" VALUE=""><br>

Last name:<INPUT TYPE="text" Name="Text box" VALUE="" ><br>

Age:<INPUT TYPE="text" Name="Text box" VALUE=""><br>

ID Number:<input type="text" Name="Text box" Value=""><br>

Father's name:<br>

First name<input type="text" name="text box" value=""><br>

second name<input type="text" name="text box" value=""><br>

Address:<br> village<input type="text" name="text box" value="">

Gewog<input type="text" name="text box" value="">

Dzongkhag<Input type="hidden" name="subject" value="example form">

<select name="All Dzongkhag">

<option value="Chukha">Chukha</option>

<option value="Gasa">Gasa</option>

<option value="Thimphu">Thimphu</option>

<option value="Paro">Paro</option>

<option value="Punakha">Punakha</option>
31
<option value="Samtse">Samtse</option>

<option value="Sarpang">Sarpang</option>

<option value="Tashigang">Tashigang</option>

<option value="Tashiyangtse">Tashiyangtse</option>

<option value="Wangdue">Wangdue</option><br>

</select><br>

Gender:<INPUT TYPE="checkbox" Name="checkbox group example" SIZE=20


MAXLENGTH="30" VALUE="F">Female

<INPUT TYPE="checkbox" Name="checkbox group exanmple" SIZE=20


MAXLENGTH="30" VALUE="M">male<br>

Date of birth: <br>Date<INPUT TYPE="Text" Name="Text box " SIZE="5"


VALUE="">

Month<INPUT TYPE="Text" Name="Text box " SIZE="5" VALUE="">

Year<INPUT TYPE="Text" Name="Text box " SIZE="5" VALUE=""><br>

Your percentage:

<Select name="percentage">

<option value=" 62.2 to 70">62.2 to 70<option>

<option value=" 70 to 80">70 to 80<option>

<option value=" 80 to 100">80 to 100<option>

</select><br>

<h1><font color="red" size="4">If you don't remember your


percentage</font></h1>

<script type="Text/Javascript">

<!--

var marks=prompt("Type in the marks of 4 best


subjects(computer;maths;dzongkha;science)");

var rounded=Math.PI;

var percentage=?(((computer;maths;dzongkha;science)/400)*100);

document.write("your percentage:"+percentage);

//-->

32
</script><br>

Stream you are going to take:<br>

<INPUT TYPE="radio" Name="radio button group example"


Value="Science">Science<br>

<INPUT TYPE="radio" Name="radio button group example"


Value="Commerce">Commerce<br>

<INPUT TYPE="radio" Name="radio button group example" Value="Arts">Arts<br>

<p>Describe yourself in few sentence why you want to join this school below:<br>

<p><textarea name="comment" rows="5" cols="50" WRAP="physical">

</textarea></p>

<input type="Submit" value="click here to submit the form"/>

<input type="Reset" value="Erase and startover"/>

<a href="C:\yeshi peldon XII B\project\Homepage.html">Click here to go to


Homepage</a>

</form>

</head>

</html>

Syntax for the page Email directory

33
<html>

<head><font size="8"color="blue">TO GET EXTRA INFORMATION THROUGH THE


STAFF AND STUDENT </font>

</head>

<title>My fourth web page

</title>

<body background="C:\yeshi peldon XII B\project\Wallpapers\Skype Diagonal-


grey.png">

<h1><u><b><font color="white" size="6">IT GROUP OF


STUDENT</u></b></font>

<br>

E-MAIL DIRECTORY

<ol>

<P><a href="mail to:argobt@yahoo.com">

<li>Sir Arjun,Teacher sharihsss</a></P><a href="mail to:sonam @yahoo.com">

<li>sonam, paro, commerce</a></p>

<P><a href="mail to:dwangdi 37 @yahoo.com">

<li>Dorji wangdi, paro,commerce</a></P>

<P><a href="pelden yeshi e.yahoo.com">

<li>Yeshi pelden, paro,science</a></P>

<div align="right">

<a href="C:\yeshi peldon XII B\project\Homepage.html">go to home page</a>

</body>

</html>

Syntax for the page More information


<html>

34
<head><font size="10"color="purple">More details</font><br>

<title>my web page</title>

<body background="C:\yeshi peldon XII B\project\Wallpapers\Skype Blue-


Haze.png">

<img src="C:\yeshi peldon XII B\project\New Folder\BD21322_.GIF" width="1000">

<h1><font size="10"color="purple">LOCATION</font></h1><br>

<P><font size="5"><b> <tt>It is located near Tadzong(our national musium). For


proper placement we need a well developed site and shari have got the rite
location, away from all caos and pollutions ion such a fovourable palce which is very
good for studying.</b> </tt></font></p>

<h2><font size="10"color="navy">FACILITIES</font><h2>

<p> <i>Though it is a newly built school but within our first year only we have
came up with different facilities.</i>

<blockquote>Court for games, like

</blockquote>

<ol>

<li>Football

<li> Basketball

<li> vollyballT

<li>Badmention

<li>Table tennies

<P>Different labs, like

</ol>

<ol>

<li>Chemistry

<li> Physics

<li> Biology

<li> Computer

</ol>

35
<h3><font size="10"color="navy">STUDENT</font></h3>

<p>During the first year there were only few student(about 480).

<br>

But now there is quite good number of student for about 30 students or more than
that in each classes.</p>

<h4><font size="10"color="navy"> CLASS </font></h4>

<p>There is 18 class in total.

<ul>

<li>class seven(two section A&B)

<li>CLASS 8(two section A&B)

<li>CLASS 9(five sectionA-E)

<li>CLASS 10(three sectionA-C)

<li>CLASS 11(three sectionA-C)

<li>CLASS 12(three sectionA-C)

</ul></p>

<h5><font size="10"color="navy"> TEACHERS </font></h5>

<p>we have about 40 teachers including all teaching and non teaching staff.</p>

<h6><font size="10"color="navy">COURSES</font></h6>

<p>Total we have five stream(three for class 10 and two for class 11&12)

<dl>

<dt>For class 10

<dd>ECO

<dd>COMMERCE

<dd>COMPUTER

<dt>For class 11&12

<dd>Science with only biology

<dd>Science with only maths

<dd>Science with both biology and maths

<dd>Science with maths and computer


36
<dd>COMMERCE

</dl>

<A HREF="C:\yeshi peldon XII B\project\Homepage.html">go to homepage</A>

</body>

</head>

</html>

Syntax for the page program on javascript


<html>

<head>

<title>Displaying times and Dates

</title>

</head>

<body>

<h1>Current date and time</h1>

37
<p>

<script language="JavaScript">

now= new Date();

localtime=now.toString();

utctime=now.toGMTString();

document.write("<b>Local time:</b>" +localtime+ "<br>");

document.write("<b>UTC time:</b> " +utctime);

hours=now.getHours();

mins=now.getMinutes();

secs=now.getSeconds();

document.write("<h1>");

document.write("<font size='+5'>");

document.write(hours + ":" + mins+ ":" + secs);

document.write("</h1>");

</script>

<a href="C:\yeshi peldon XII B\project\Homepage.html">Go to homepage</a>

</p>

</body>

</html>

38

You might also like