PEMROGRAMAN WEB
Aini Nurpadilah 2070231059
PRODI TEKNIK INFORMATIKA
FAKULTAS TEKNIK UNIVERSITAS KRISNADWIPAYANA
2021
LATAR BELAKANG
Perkembangan teknologi informasi dan telekomunikasi telah memacu perkembangan dan kemajuan di segala bidang, termasuk bidang pendidikan yang kini hampir seluruhnya telah mempunyai fasilitas internet dan website sebagai salah satu bentuk pelayanan informasi penjual kemasyarakat umum.
Website merupakan halaman situs sistem informasi yang dapat diakses secara cepat. Website ini didasari dari adanya perkembangan teknologi informasi dan komunikasi. Melalui perkembangan teknologi informasi, tercipta suatu jaringan antar komputer yang saling berkaitan. Jaringan yang dikenal dengan istilah internet secara terus-menerus menjadi pesan–pesan elektronik, termasuk e-mail, transmisi file, dan komunikasi dua arah antar individu atau komputer..
TUJUAN
1. Memenuhi salah satu persyaratan untuk dapat menyelesaikan tugas mata kuliah praktikum pemrograman web
2. Merancang dan membuat website dengan menerapkan HTML,CSS dan PHP
3. Sebagai wadah untuk membagikan sumber informasi
4. Memberikan pengetahuan dan gambaran mengenai cara pembuatan website dan memiliki website itu sendiri
MANFAAT
Dapat Mengaplikasikan ilmu yang diperoleh selama perkuliahan yang
berhubungan dengan pembuatan Web Profile dan Sebagai hal baru dalam
menambah pengetahuan.
MODUL 1
Latihan 1: Radio button
Output:
Latihan 2: Button Choice
Output:
Latihan 3: Check Box
Output:
Latihan 4: Combo Box
Output:
Modul 2 CSS
2.1. lat_css.html
Output:
2.2. style.css
2.3. css external2 : external.html
2.4. css1.html
Output:
2.5. css2.html
Output:
2.6. css3.html
Output:
2.7. table_margin.html
Output:
2.8. link_tbganti.css
2.9. fm_btnflat.html
Output:
Tugas Praktikum Modul 2
Index.html
Style.css
Output:
Modul 3
3.1. coba.php
Output:
3.2. tanggal.php
Output:
3.3. variable.php
Output:
3.4. masukkan.php
Output:
3.5. keluaran.php
3.6. kondisi.php
Output:
3.7. ulang.php
Output:
3.8. lok_glo.php
Output:
3.9. operator.php
Output:
3.10. ekspresi.php
Output:
Tugas Praktikum Modul 3
1. Script
Output:
2. Membuat kalkulator (calculator.php)
Style.css
Output:
3.
Output:
MODUL 4 4.1. if.php
Output:
4.2. ifelse.php
Output:
4.3. switch.php
Output:
4.5. while.php
Output:
4.6. do while.php
Output:
4.7. array1.php
Output:
4.8. arraystring.php
4.9 array_multidimensi.php
Tugas modul 4 1.
Output
Project Akhir
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.hero-image {
background-image: url("image/welcome.jpg");
background-color: #cccccc;
height: 799px;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
position: relative;
}
.hero-text {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgb(19, 17, 17);
}
</style>
</head>
<body>
<div class="hero-image">
<div class="hero-text">
<h1>PRAKTIKUM PEMROGRAMAN WEB</h1>
<h3>Nama : Aini Nurpadilah</h3>
<h3>Nim : 2070231059</h3>
<h3>Class : C1/P2K</h3>
<a href="welcome.html" class="action-btn see" >See More</a>
</div>
</div>
</body>
</html>
Style.css
/* Sidebar Div */
.menu{
color:white;
background-color: rgba(128, 128, 128, 0.692);
} div {
color: #fff;
width: 250px;
padding-left: 20px;
height: 100vh;
background-image: linear-gradient(30deg, #959b9e, #6b6d6e7e);
border-top-right-radius: 90px;
}
/* Div header */
div h2 {
padding: 40px 0 0 0;
cursor: pointer;
}
/* Div links */
div a {
font-size: 14px;
color: #fff;
display: block;
padding: 12px;
padding-left: 30px;
text-decoration: none;
outline: none;
}
/* Div link on hover */
div a:hover {
color: #3d4047dc;
background: #fff;
position: relative;
background-color: #fff;
border-top-left-radius: 22px;
border-bottom-left-radius: 22px;
} body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
}
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Menu</title>
<h1 class="menu"><center>SELAMAT DATANG DI MENU TUGAS AKHIR PRAKTIKUM SAYA</center></h1>
<!-- You can Include your CSS here-->
</head>
<body>
<div>
<!-- Div Header-->
<h2>Menu</h2>
<!-- Links in Div -->
<a href="biodata.html">
Biodata </a>
<a href="tabel.html">
Tabel Mata Kuliah </a>
<a href="universitas.html">
Universitas </a>
<a href="calender.html">
Kalender </a>
<a href="bank.html">
Bank </a>
<a href="Music.html">
Music </a>
<a href="media_sosial.html">
Media Sosial </a>
</div>
</body>
</html>
Biodata.html
<!doctype html>
<html>
<head>
<title>biodata</title>
<h1 class="biodata"><center>SELAMAT DATANG DI HALAMAN BIODATA</center></h1>
<link rel="stylesheet" href="biodata.css"/>
</head>
<body>
<form action="#" style="width: 1000px"class="posisi";>
<fieldset class="h"/>
<table style="width: 980px;">
<tr>
<td rowspan="15" width="250px">
<img src="2.jpg" width="250px" height="420px"/>
</td>
</tr>
<tr>
<td><b>Nama Lengkap</b></td>
<td>:</td>
<td>Aini Nurpadilah</td>
</tr>
<tr>
<td><b>Tempat, Tanggal Lahir</b></td>
<td>:</td>
<td>Bekasi, 30 Januari 2001</td>
</tr>
<tr>
<td><b>Umur</b></td>
<td>:</td>
<td>20 Tahun</td>
</tr>
<tr>
<td><b>Jenis Kelamin</b></td>
<td>:</td>
<td>Perempuan</td>
</tr>
<tr>
<td><b>Agama</b></td>
<td>:</td>
<td>Islam</td>
</tr>
<tr>
<td><b>Kewarganegaraan</b></td>
<td>:</td>
<td>Indonesia</td>
</tr>
<tr>
<td><b>Alamat</b></td>
<td>:</td>
<td>Kota Bekasi</td>
</tr>
<tr>
<td><b>No hp</b></td>
<td>:</td>
<td>089698246514</td>
</tr>
<tr>
<td><b>Perguruan Tinggi</b></td>
<td>:</td>
<td>Universitas Krisnadwipayana</td>
</tr>
<tr>
<td><b>Fakultas</b></td>
<td>:</td>
<td>Teknik</td>
</tr>
<tr>
<td><b>Juurusan</b></td>
<td>:</td>
<td>Informatika</td>
</tr>
<tr>
<td><b>Hobi</b></td>
<td>:</td>
<td>rebahan</td>
</tr>
</td>
</tr>
</table>
</fieldset>
</form>
<a href="welcome.html"><img class="back" src="back1.png"></a>
</body>
</html>
Biodata.cs .biodata{
color:white;
background-color: rgba(128, 128, 128, 0.692);
}
table,tr,td{
background-color:rgba(128, 128, 128, 0.192) ; font-family: Verdana;
color:black;
border: 1px solid black;
padding: 5px;
border-collapse: collapse;
} .h{
border: 8px groove rgb(245, 237, 239);
padding: 20px;
}
.posisi{
position: absolute;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin-top: auto;
left: 0;
right: 0;
top: 100px;
bottom: 0;
} body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
} .back{
position:center;
width:80px ;
margin-right:1250px;
margin-top:450px;
margin-left:40px;
}
Tabel.html
<html>
<head>
<title>tabel</title>
<div class="row">
<h1>TABEL JADWAL KULIAH</h1>
<h1>SEMESTER GANJIL TAHUN AKADEMIK 2020/2021</h1>
<h1>PROGRAM STUDI TEKNIK INFORMATIKA</h1>
<h1>KELAS C2/P2K SABTU</h1>
</div>
<link rel="stylesheet" href="tabel.css"/>
<style type="text/css">
td {
border: 1px solid #CCCCCC;
padding: 5px 15px;
}
</style>
</head>
<body>
<table border="1">
<tr style="background-color: blue;">
<td>No</td>
<td>Mata Kuliah</td>
<td>Dosen</td>
<td>Jam</td>
</tr>
<tr style="background-color: rgba(0, 255, 76, 0.849);">
<td>1</td>
<td>Grafika Komputer</td>
<td>Moch Fachri,ST,MT</td>
<td>O8.00-09.45</td>
</tr>
<tr style="background-color: rgba(243, 11, 23, 0.808);">
<td>2</td>
<td>Basis Data Lanjutan</td>
<td>Avip Kurniawan,ST,MKom</td>
<td>10.00-11.45</td>
</tr>
<tr style="background-color: rgb(255, 0, 157);">
<td>3</td>
<td>Pendidikan Bahasa Inggris 2</td>
<td>Drs.Anwar Sihombing,MPd</td>
<td>13.00-14.45</td>
</tr>
<tr style="background-color: rgb(162, 0, 255);">
<td>4</td>
<td>Komputasi Cerdas</td>
<td>Ali Khumaidi,MKom</td>
<td>15.00-16.45</td>
</tr>
<tr style="background-color: rgb(7, 7, 7);">
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr style="background-color: rgb(0, 183, 255);">
<td>5</td>
<td>Statistik & Probabilitas</td>
<td>Ninuk Williani,SSi,MKom</td>
<td>O8.00-09.45</td>
</tr>
<tr style="background-color: rgb(75, 75, 196);">
<td>6</td>
<td>Teori Graf & Otomata</td>
<td>Avip Kurniawan,ST,MKom</td>
<td>10.00-11.45</td>
</tr>
<tr style="background-color: rgb(0, 153, 255);">
<td>7</td>
<td>Pemrograman Web</td>
<td>Avip Kurniawan,ST,MKom</td>
<td>13.00-14.45</td>
</tr>
<tr style="background-color: rgb(0, 255, 221);">
<td>8</td>
<td>Praktikum Pemrograman Web</td>
<td>Lab.KOMPUTER</td>
<td>Menyesuaikan</td>
</tr>
</table>
<a href="welcome.html"><img class="back" src="back1.png"></a>
</body>
</html>
Table.css
.row{
text-align: center;
width: 800px:
height:400px;
color:white;
background-color: rgba(128, 128, 128, 0.692);
} table{
position;: Relative;
Border: Collapse;
Margin : auto;
Padding : 10px;
Text-Align : Left;
Border-bottom : 1px solid #ddd;
Background-color th : blue;
} .back{
position:center;
width:60px ;
margin-right:1250px;
margin-left:50px;
} body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
}
Universitas.html
<!DOCTYPE html>
<html>
<head>
<title>Universitas</title>
<h1 class="universitas"><center>SELAMAT DATANG DI HALAMAN UNIVERSITAS</center></h1>
<link rel="stylesheet" href="universitas.css"/>
</head>
<body>
<section>
<a href="https://unkris.ac.id/"><img class="unkris"
src="unkris1.png"></a>
<a href="https://www.harvard.edu/"><img class="harvard"
src="harvard1.png"></a>
<a href="https://www.ox.ac.uk/"><img class="oxford"
src="oxford1.png" ></a>
</section>
<a href="welcome.html"><img class="back" src="back1.png"></a>
</body>
</html>
Universitas.css .universitas{
color:white;
background-color: rgba(128, 128, 128, 0.692);
}
.unkris{
margin-left:100px;
width:225px;
margin-top:150px;
}
.harvard{
margin-left:200px;
width:225px;
margin-top:150px;
}
.oxford{
margin-left:200px;
width:200px;
margin-top:150px;
}
.back{
position:center;
width:80px ;
margin-right:1200px;
margin-top:40px;
margin-left:70px;
}
body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
}
Calender.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kalender</title>
<h1 class="kalender"><center>SELAMAT DATANG DI HALAMAN KALENDER</center></h1>
<link rel="stylesheet" href="kalender.css"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to- fit=no">
<link rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css
">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font- awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></s cript>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"><
/script>
</head>
<body>
<div class="container"><center>
<iframe
src="https://calendar.google.com/calendar/embed?src=id.indonesian%23holiday%40 group.v.calendar.google.com&ctz=Asia%2FJakarta"style="border: 1" width="600"
height="600" frameborder="0" scrolling="no"></iframe>
</center>
<a href="welcome.html"><img class="back" src="back1.png"></a>
</div>
</body>
</html>
Kalender.css .kalender{
color:white;
background-color: rgba(128, 128, 128, 0.692);
} .back{
position:center;
width:80px ;
margin-right:1200px;
margin-top:-170px;
margin-left:10px;
} body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
}
Bank.html
<!DOCTYPE html>
<html>
<head>
<title>bank</title>
<h1 class="bank"><center>SELAMAT DATANG DI HALAMAN BANK</center></h1>
<link rel="stylesheet" href="bank1.css"/>
</head>
<body>
<section>
<ul class="bca">
<a href="https://www.bca.co.id/id/individu"><img class="logobca1"
src=" BCA1.png"></a>
</ul>
<ul class="bni">
<a href="https://www.bni.co.id/id-id/"><img class="logobni2"
src="bni1.png"></a>
</ul>
<a href="welcome.html"><img class="back" src="back1.png"></a>
<ul class="bsi">
<a href="https://www.bankbsi.co.id/"><img class="logobca3"
src="bsi1.png"></a>
</ul>
</section>
</body>
</html>
Bank1.css .bank{
color:white;
background-color: rgba(128, 128, 128, 0.692);
} .bca{
margin: auto;
width: 20%;
padding: 20px;
}
.bni{
margin: auto;
width: 20%;
padding: 20px;
} .bsi{
margin: auto;
width: 20%;
padding: 30px;
}
.back{
position:center;
width:80px ;
margin-right:1000px;
margin-top:90px;
margin-left:50px;
} body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
}
Music.html
<!DOCTYPE html>
<html>
<head>
<title>Music</title>
<h1 class="music"><center>SELAMAT DATANG DI HALAMAN MUSIK</center></h1>
<link rel="stylesheet" href="music.css"/>
</head>
<body>
<ul>
<h2 style="color:white;">Beggin-maneskin</h2>
<audio controls>
<source src="beggin.mp3" type="audio/mpeg">
</audio>
</ul>
<ul>
<h2 style="color:white;">Tabu-Brisia Jodie</h2>
<audio controls>
<source src="tabu.mp3" type="audio/mpeg">
</audio>
</ul>
<ul>
<h2 style="color:white;">Easy on me-Adele</h2>
<audio controls>
<source src="easy on me.mp3" type="audio/mpeg">
</audio>
</ul>
<a href="welcome.html"><img class="back" src="back1.png"></a>
</body>
</html>
Music.css .music{
color:white;
background-color: rgba(128, 128, 128, 0.692);
} .back{
width:80px ;
margin-right:1250px;
margin-top:40px;
margin-left:40px;
background-position: center;
} body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
}
Media_social.html
<!DOCTYPE html>
<html>
<head>
<title>media sosial</title>
<h1 class="media_sosial"><center>SELAMAT DATANG DI HALAMAN MEDIA SOSIAL</center></h1>
<link rel="stylesheet" href="media_sosial.css"/>
</head>
<body>
<section>
<a href="https://www.instagram.com/"><img class="instagram"
src="instagram1.png"></a>
<a href="https://www.facebook.com/"><img class="facebook"
src="facebook1.png"></a>
<a href="https://twitter.com/"><img class="twitter"
src="twitter.png"></a>
</section>
<a href="welcome.html"><img class="back" src="back1.png"></a>
</body>
</html>
Media_social.css .media_sosial{
color:white;
background-color: rgba(128, 128, 128, 0.692);
}
.instagram{
margin-left:100px;
width:200px;
margin-top:200px;
}
.facebook{
margin-left:300px;
width:200px;
margin-top:200px;
}
.twitter{
margin-left:300px;
width:200px;
margin-top:200px;
} .back{
position:center;
width:80px ;
margin-right:1100px;
margin-top:10px;
margin-left:10px;
} body{
background-image: url('welcome.jpg');
background-repeat: no-repeat;
background-size: 100%;
}