<!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; }
Postingan
Menampilkan postingan dari Agustus, 2020
Tugas 1 HTML lanjutan XII RPL TH 2020
- Dapatkan link
- X
- Aplikasi Lainnya
Pembelajaran modul To change this license header, choose License header in project porperties. to change this template file , choose tools l 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, intial-scale=1,0" > <head/> <body> a href= "> prograte </a> <h1> HELLO WORD </h1> <h2> Ayo belajar coding </h2> <h3> pelajaran </h3> <ul> <li> HTML </li> <li> PHP </li> <li> RUBY </li> </ul> </body>