Sunday, 13 March 2016

Class 7 - Creating 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, 11 January 2016

Class 7 (table)

Class 7- HTML Quiz1

Loading HTML

Class - 7 (Table)

Loading Table

Wednesday, 9 December 2015

String Functions - Std 8

Click here to open String Function Quiz

Monday, 7 December 2015

Operators quiz Std 8

Click here to open

Operators Quiz