Friday, 13 June 2014
Thursday, 12 June 2014
Portion - I Unit Test 2014
Std VI :
1. Ch 2 : Operating System2. Ch 3 : Using Windows
3. Ch 4 : Ms Word - Advanced features
Std VII :
1. Ch 1: Network and Communication
2. Ch 6: Introduction to HTML
3. Ch 7 : Elementary HTML (upto pg 75)
Std VIII :
1. Ch 1 : Photoshop
2. Ch 3 : Introduction to Visual Basic
3. List (HTML)
3. List (HTML)
Parents of Class 8 D
Dear Parent
My name is Kavitha Samuel ,and I will be your child's class teacher and the Computer Science teacher. I am excited to be part of this class. I will give my very best to teach, motivate and encourage your child.
Please contact me at any time if you have any suggestions, comments or concerns by e-mailing me at kavithasamuel2014@gmail.com.
I will be posting important information and assignments in my blog.
I look forward to getting to know your child.
Monday, 2 June 2014
Saturday, 22 March 2014
Frames
Create the following webpage :
<frameset rows=25%,*>
<frame src=top.html>
<frameset cols=25%,*,35%>
<frame src=left.html>
<frame src=mid.html>
<frame src=rights.html>
</frameset>
</frameset>
</html>
----------------------------------------------------------------------------------------
<html>
<body>
<font size=6 color=marroon>
<center>
Picture Gallery
</center>
<img src=jrteam1.PNG>
</body>
</html>
-----------------------------------------------------------------------------------
<html>
<body bgcolor=beige text=red>
<form>
Enter your Name : <input type=text><p>
Enter class/Sec : <input type=text><p>
Enter your roll no : <input type=text><p>
Select your House :<p>
<input type=radio>Elphick House<br>
<input type=radio>Pettigrew House<br>
<input type=radio>Thomas House<br>
<input type=radio>Pope House<br>
<input type=radio>PakenhamWalsh House<br>
<br>
Drop your Comments:<br>
<textarea cols=25 rows=5>
</textarea>
<center>
<input type=submit value=Submit>
</body>
</html>
------------------------------------------------------------------------------------
<html>
<body>
<img src=kg.png><p>
<img src=junior1.png><p>
<img src=junior2.png><p>
<img src=middle.gif><p>
<img src=senior.png><p>
<img src=isc.png>
</body>
</html>
Class 8 - Frames
One.html
<html><body bgcolor=olive text=white>
<b><center> One</center></b>
</body>
</html>
------------------------------------------------------------------------------------
Two.html
<html><body bgcolor=pink text=white>
<b><center> Two</center></b>
</body>
</html>
-----------------------------------------------------------------------------------
<html>
<frameset rows=30%,*>
<frame src=one.html>
<frame src=two.html>
</frameset>
</frameset>
Output :
*******************************************************
<html>
<frameset cols=30%,35%,*>
<frame src=three.html>
<frame src=four.html>
<frame src=five.html>
</frameset>
</frameset>
Output :
---------------------------------------------------------------------------------
<html>
<frameset rows=35%,*>
<frame src=one.html>
<frameset cols=30%,35%,*>
<frame src=three.html>
<frame src=four.html>
<frame src=five.html>
</frameset>
</frameset>
</html>
Output :
Monday, 17 March 2014
Subscribe to:
Posts (Atom)
















