Rabu, 12 Agustus 2020

Belajar html dan css

Belajar html dan css



Contoh Koding htmlnya:

<!DOCTYPE html>

<!--

To change this license header, choose License Headers in Project Properties.

To change this template file, choose Tools | Templates

and open the template in the editor.

-->

<html>

    <head>

        <title>TODO supply a title</title>

        <meta charset="UTF-8">

        <meta name="viewport" content="width=device-width, initial-scale=1.0">

    </head>

    <body>

 

    

        

        <a href="https://progate.com">Prograte</a>

        <img src="david1.jpg"width="200px">

        <h1>HELLO WORlD</h1>

        <h2>ayo belajar coding</h2>

        <h3>pelajaran</h3>

        <ul>

            <li>HTML</li>

            <li>PHP</li>

            <li>RUBY</li>

        </ul>

        

    </body>

</html>


Hasil dari koding di atas:




Contoh Koding css nya:

body {
    background-color:white;
}
h1{
color:red;
   
}
h2{
color:magenta;
}
h3{
    color:blue;

}
p{
    text-align:center;
    color:black;
}

Hasil Koding di atas:



Sekian laporan saya,yang saya buat untuk memenuhi tugas kompetensi keahlian mohon maaf jika masih ada salah salah setiap hal kecil maupun besar.

Karna saya masih belajar🙂




tugas projek tema curiculum vitae/daftar riwayat hidup

Tugas projek tema:curiculum vitae/daftar riwayat hidup Baik teman²,kali ini saya akan memaparkan tugas projek saya yang sudah saya kerjakan ...