<!DOCTYPE html>

<html>

    <head>

        <title>Page Title</title>

        <link rel="stylesheet" type="text/css"href="style.css">

    </head>

    <body>

    <h1>HALO WORLD</h1>

    <h2>Ayo Belajar</h2>

    <h3>Pelajaran</h3>

    <p>HTML,CSS,PHP,RUBY</p>

        

    </body>

</html>


 body {

    background-color:white;

}

h1{

    color:red;

}

h2{

    color:yellow;

}

h3{

    color:pink;

}

p{

    text-align:center;

    color:black;

}







Komentar