Postingan

Project pbo

Gambar
Nama : yuni andriani Kelas: XIIRpl3 Tugas membuat Website sederhana/ Riwayat Hidup. 1. Coding <!DOCTYPE html> <html> <head> <title>BIODATA DIRI</title> </head> <body bgcolor="Brown"> <font face="Times New Roman"> <nav>     <ul>         <li><a href="https://www.facebook.com/yuninp.inuy">Facebook</a></li>         <li><a href="https://yuniandrianipelajarcovid19.blogspot.com/?m=1">Blog</a></li>     </ul> </nav> <h1 align="center">BIODATA DIRI</h1> <h2><center>Welcome To My Website</center></h2> <table width="600" border="2" cellspacing="3" cellpadding="8" align="center"> <font family="georgia"> <tr align="center"bgcolor="Pink">       <td width="300">DATA DIRI</td>      ...

Praktek Daring html&css

Gambar
  <!DOCTYPE html> <html>     <head>         <title> Page Title </title>     </head>     <body>             </body> </html>  <!DOCTYPE html> <html> <head> <title> belajar html dan css </title> <style> h1  {          /*  Memberikan warna Tulisan pada Teg/element H1 */          color   :   #00ffbf ;          /*  Memberikan ukuran huruf pada Teg/element H1 */          font-size : 50px ;          background-color :   #ff0000 ; } p {     /*  Memberikan warna Tulisan pada Teg/element H1  */ ...

tugas HTML dan CSS

Gambar
 1.html <!DOCTYPE html> <html>     <head>         <title>Page Title</title>           <link rel="stylesheet" type="text/css"href="style.css">     </head>     <body>         <h1>hello world</h1>         <h2>Do not give up</h2>         <h3>must be sure sure can</h3>         <p>you can do it</p>     </body> </html> 2.css body {     background-color:pink; } h1{     color:grey; } h2{     color:green; } h3{     color:yellow; } p{     text-align:center ;     color:chocolate; }

Tugas 1 HTML LANJUTAN - XII RPL TH 2020

Gambar
TUGAS 1 HTML LANJUTAN XII RPL TH 2020 1.CODING DAN HASILNYA  Coding warna [ HITAM] , hasilnya warna [ PUTIH ]  <html> <head> <title> todo suply a title </title> </head> <body> <a href= "" > prograte </a> <h1> Hallo word! </h1> <h2> Ayo Belajar Coding </h2> <h3> pelajaran </h3> <ul>        <li> HTML </li>        <li> PHP </li>        <li> RUBY </li> </ul> </body> </html>

Tugas 1 Html lanjutan XII- Rpl TH 2020

Gambar
Tugas 1 Html XII- RPL TH 2020

MATERI DARING MATERI 4 BELAJAR HTML TAG TABEL

Gambar
Coding tugas 1 <html> <head> <title>Website Sederhanaku</title> </head> <body bgcolor="black"> <table bordercolor="white" border="2" cellpadding="50" width="100%"> <tr style="background-color: red"> <td>  </td> </tr> <tr style="background-color: white" > <td> </td> </tr> </table> <font align="center" color="white"><h2>AKU CINTA INDONESIA</h2></font> </body> </html> Tugas2 <html> <head> <title>Website Sederhanaku</title> </head> <body bgcolor="black"> <table bordercolor="white" border="2" cellpadding="50" width="100%"> <tr> <td bgcolor="red"></td> <td bgcolor="blue"></td> <td bgcolor="blue...

Basis data mengenai pembuatan tabel relasi jual beli barang

Gambar
BASIS DATA mengenai pembuatan table relasi sistem jual beli barang Studi kasus ini adalah pengembangan dari studi kasus minggu lalu. Tujuannya : Memberikan pengalaman bagaimana sebuah sistem aplikasi itu dibangun tidak lepas dari keberadaan database. Tanpa database maka sebuah sistem tidak akan berjalan dengan baik. Contoh relasi tabel berikut: Hasil relasi tabel :