| Server IP : 104.21.80.248 / Your IP : 172.71.28.156 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/news/elearning/ |
Upload File : |
<?php
require './configs/app_top.php';
$title = "ยินดีต้อนรับสู่แบบทดสอบออนไลน์";
include './includes/header.php';
?>
<div class="container">
<h2>วิชาการเขียนเว็บไซต์ภาษา HTML ม.3</h2>
<p>เอกสารประกอบการเรียนรายวิชาการเขียนเว็บไซต์ภาษา HTML </p>
<table class="table table-condensed">
<thead>
<tr>
<th width="550">เรื่อง</th>
<th>เอกสาร</th>
<th>ใบงาน</th>
</tr>
</thead>
<tbody>
<tr>
<td> บทที่ 1 การทำความรู้จักกับ HTML</td>
<td><a href="Lesson/ict3/m3/unit1.pdf" target="_blank"></a> <a href="Lesson/ict1/m1/lesson1.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 2 การจัดการข้อความในเว็บเพจ </td>
<td><a href="Lesson/ict3/m3/unit2.pdf" target="_blank"></a> <a href="Lesson/ict1/m1/lesson2.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 3 การแทรกวัตถุด้วยภาษา HTML </td>
<td><a href="Lesson/ict3/m3/unit3.pdf" target="_blank"></a> <a href="Lesson/ict1/m1/lesson3.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 4 การเชื่อมโยงเว็บเพจในรูปแบบต่างๆ </td>
<td><a href="Lesson/ict3/m3/unit4.pdf" target="_blank"></a> </td>
<td> </td>
</tr>
<tr>
<td>บทที่ 5 เรื่องการสร้างตาราง</td>
<td><a href="Lesson/ict3/m3/unit5.pdf" target="_blank"></a> <a href="Lesson/ict3/m3/unit5.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 6 การสร้างแบบสอบถามและปุ่มส่งข้อมูลี</td>
<td><a href="Lesson/ict3/m3/unit6.pdf" target="_blank"></a> <a href="Lesson/ict3/m3/unit6.ppt"></a></td>
<td> </td>
</tr>
<tr>
<td>บทที่ 7 การสร้างเว็บเพจ</td>
<td><a href="https://www.youtube.com/watch?v=Wz5BGYmRxEk" target="_blank"><img src="Lesson/ict3/img/youtube.png" width="20" height="20" border="0" /></a></td>
<td> </td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<?php
include './includes/footer.php';
require './configs/app_bottom.php';
?>