Artikel ini merupakan Ujian Tengah Semester Mata Kuliah Sistem Linier.
Berikut adalah Source code dari Visualisasi Materi Sistem Linier menggunakan HTML :
Source code index.html :
<html>
<head>
<title>Konsep Dasar Sistem Linier</title>
</head>
<body bgcolor="lightgray" >
<table border="0" bgcolor="lightgray" cellpadding="5" cellspacing="0" align="center" >
<tr>
<td align="center" bgcolor="blue " colspan="5" height="150" >
<font face="Times New Roman" color="lavender" size="9">UTS SISTEM LINIER </font></marquee>
<br>
<font face="Times New Roman" color="lavender" size="10">UNIVERSITAS PANCA MARGA </font></marquee>
</td>
</tr>
<tr>
<td align="center" bgcolor="Linen" colspan="2" height="20" >
<MARQUEE><font face="Kristen ITC" color="Blueviolet "><b> Fakultas Teknik Prodi Teknik Elektro Konsentrasi Teknik Informatika dan Komputer .::UNIVERSITAS PANCA MARGA::. </b> <font></MARQUEE>
</td>
</tr>
<tr bgcolor="lightpink">
<td bgcolor="Linen" width="230" height="300">
<table border=0 width="280" height="30" cellspacing=1 >
<tr>
<td align="center" width="218" height="22" bgcolor="Lightcoral">
<b><font face="Times New Roman" size="4">
<a href="index.html">H O M E</font></b>
</td>
</tr>
<tr>
<td width="218" height="30" bgcolor="Lightpink">
<b><font face="Times New Roman" size="3">
<a href="sistemlinier.html">Konsep Dasar Sistem Linier </a></font></b></td>
</tr>
<tr>
<td width="218" height="30" bgcolor="Mistyrose">
<b><font face="Times New Roman" size="3">
<a href="perbedaansistemlinier.html">Perbedaan Sistem Linier vs Non Linier </a>
</font></b></td>
</tr>
<tr>
<td width="218" height="30" bgcolor="Lightpink">
<b><font face="Times New Roman" size="3">
<a href="contohsistemlinier.html">Contoh Sistem Linier </a></font>
</font></b></td>
</tr>
</table>
<br><br><br><br><br><br><br><br><br><br>
</td>
<td align="top">
<b>
<font face="Lucida Calligraphy" color="Royalblue" size="6"><center>KONSEP DASAR SISTEM LINIER</center></font>
<font face="Lucida Calligraphy" color="Royalblue" size="6" ><center></center></font>
</b><br>
<center>
<img width="300" height="200" src="./images/hubungansinyalsistem.jpg">
</center>
</td>
</tr>
<tr>
<td width="230" bgcolor="linen">
</td>
<td bgcolor="lightpink">
<font face="Lucida Calligraphy" color="blue"><center><h2>Oleh :</h2></center></font>
<font face="Lucida Calligraphy" color="blue"><center><h2>Riza Miftahul Hakiky</h2></center></font>
<font face="Lucida Calligraphy" color="blue"><center><h2>(13.543.0059)</h2></center></font>
<font face="Lucida Calligraphy" color="blue"><center><h2>(3 A1 SORE)</h2></center></font>
</td>
</tr>
<tr>
<td align="center" bgcolor="Lightgray" colspan="2" height="50" >
<font face="Tempus Sans ITC" color="black" size="3"><b>Copyright © 2014 Sistem Linier </b> <font>
</td>
</tr>
</table>
</body>
</html>
Hasil :