Tampilkan postingan dengan label Web Programing. Tampilkan semua postingan
Tampilkan postingan dengan label Web Programing. Tampilkan semua postingan

Minggu, 09 Desember 2012

Menghitung Nilai Mahasiswa menggunakan PHP

Nama     : Lintang Fajar Adiatama
Nim        : 10.01.53.0035
Kel         : D1
Matkul  : Web Programming

 
Untuk menentukan nilai akhir nilai mahasiswa mempunyai kriteria sebagai berikut:
1. Jumlah kehadiran 10%
2. Tugas 20%
3. UTS 35%
4. UAS 35%

Minggu, 14 Oktober 2012

Cara Membuat Form Table di Adobe Dreamweaver

Nama     : Lintang Fajar Adiatama
Nim        : 10.01.53.0035
Kel         : D1
Matkul  : Web Programming

 <html>
<head>
<title>Data Diri Mahasiswa</title>
</head>

<body>
<center>
<form method="post" name="form_mhs"onSubmit="return cek_data()">
<h1>Data Pribadi</h1>
<table width=47% bgcolor="#CCFF66" bordercolor="#666666" border="1" >

Minggu, 07 Oktober 2012

Membuat Desain Layout di Adobe Dreamweaver

Nama     : Lintang Fajar Adiatama
Nim        : 10.01.53.0035
Kel         : D1
Matkul  : Web Programming



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table border="1" width="630">
<tr>
<td colspan="4" align="center" height="40" bgcolor=red> Header</td>
</tr>
<tr>
<td width="158" rowspan="2" align="top" bgcolor=#99FF33><p>Menu</p>
<p>
</p>
<table width="143" border="1">
<tr>
<th width="133" align="left" scope="row">A.</th><tr>
<th align="left" scope="row">B.</th><tr>
<th align="left" scope="row">C.</th><tr>
<th align="left" scope="row">D.</th><tr>
</tr>
</table>
</td>
<td bgcolor=green align="center" colspan="2" height="200">Bagian isi</td>
<td width="173" height="200" align="center" bgcolor=blue> Menu 2
</td>
</tr>
<tr>