Selasa, 13 Januari 2026

Coba HTML

 <!DOCTYPE html>

<html>

<head>

    <title>Tugas infor</title>

    <style>

        h1 {

            font-family: "Arial", sans-serif;

            font-size: 40px;

            font-weight: bold;

            color: #2b5cff;

        }


        p {

            font-family: "Times New Roman", serif;

            font-size: 22px;

            color: #333333;

            line-height: 1.5;

        }

    </style>

</head>

<body>


    <h1>Tugas infor</h1>


    <p>

       Tugas infor mengubah jenis font dan ukuran font

    </p>


</body>

</html>

Tidak ada komentar:

Posting Komentar