Selasa, 05 Oktober 2021

, ,

Tugas Pertemuan 3 WEB PROGRAMING Semester 3

 Tugas Web Programing Pertemuan 3

Tugas nya di upload ke my best yg tugas04 ada di modul Hal 28

 

SCRIPTNYA :

 

<html>

    <head>

        <title>Tugas 04</title>

    </head>

<body>

 

<?php

    $nama="Ardi Widiyanto";

    $alamat="Kp. Banjaran Pucung RT01/10 NO.27 Cilangkap, Tapos, Depok";

    $ttl="Depok 29 November 1999";

    $no="08123456789";

 

echo "Nama          :   $nama<br>";

echo "Alamat        :   $alamat<br>";

echo "Ttl           :   $ttl<br>";

echo "No Telepon    :   $no<br>";

 

?>

 

</body>

 

</html>

 

 

0 comments:

Posting Komentar