Postingan

Menampilkan postingan dari Agustus, 2020

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