Friday, January 17, 2020

Assessment Paper 08







Top.html


<html>
<head>
<title>top</title>
</head>
<body bgcolor=pink>
<h1 align=center> Information & Communication Technology Technician</h1>
</body>
</html>













Bottom.html


<html>
<head>
<title>top</title>
</head>
<body>
<h3 align=center> Details of the ICTT New Syllabus</h3>
<center><img src=vta.jpg></img></center>
</body>
</html>





left.html
<html>
<head>
<title>left</title>
</head>
<body>
<ol type =1>
<li><a href="Module_01.html" target=op>Module 01</a></li>
<li><a href="Module_02.htmltarget=op>Module 02</a></li>
<li>Module 03</li>
<li>Module 04</li>
<li>Module 05</li>
<li>Module 06</li>
<li>Module 07</li>
<li>Module 08</li>
<li>Module 09</li>
<li>Module 10</li>
<li>Module 11</li>
</ol>
</body>
</html>






Module_02.html

<html>
<body>
<h1 align=center>Module 02-Perform Word Processing</h1>
<table align=center border=1>
<tr>
<th>Session</th>
<th>Details</th>
</tr>
<tr>
<td>Theory</td>
<td>36 Hours</td>
</tr>
<tr>
<td>Practical</td>
<td>36 Hours</td>
</tr>
<tr>
<td>Industrial</td>
<td>80 Hours</td>
</tr>
<tr>
<td>Assignment</td>
<td>01 Hours</td>
</tr>
<td>On line Assignment</td>
<td>02 Hours</td>
</tr>
</table>
<center><a href=bottom.html>Back</a></center>
</body>
</html>




Module_01.html

<html>
<body>
<h1 align=center>Module 01-Maintain Files and Folder</h1>
<table align=center border=1>
<tr>
<th>Session</th>
<th>Details</th>
</tr>
<tr>
<td>Theory</td>
<td>18 Hours</td>
</tr>
<tr>
<td>Practical</td>
<td>25 Hours10</td>
</tr>
<tr>
<td>Industrial</td>
<td>20 Hours</td>
</tr>
<tr>
<td>Assignment</td>
<td>01 Hours</td>
</tr>
<td>On line Assignment</td>
<td>02 Hours</td>
</tr>
</table>
<center><a href=bottom.html>Back</a></center>
</body>
</html>
Index.html
<html>
<frameset cols="20%,80%">
<frameset rows="100%">
<frame src="left.html">
</frameset>
<frameset rows="*,2*">
<frame src="top.html">
<frame src="bottom.html" src="" name=op>
</frameset>
</html>







No comments:

Post a Comment

Assessment Paper 10

Vtapage.html <html> <head> <title> VTA </title> </head> <body> <h1> VTA <...