/index.html Secret
Created
November 17, 2021 10:04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale="> | |
<title></title> | |
</head> | |
<body> | |
<div class="kotak"> | |
<form> | |
<label for="inputCari" class="labelInput"> | |
Masukan Kata atau kalimat | |
</label> | |
<input id="inputCari" name="inputCari"> | |
<button type="submit" class="btn">Cari</button> | |
</form> | |
</div> | |
<div class="result-box"> | |
Ayo mulai Menghitung Jumlah Huruf Kapital dalam Kalimat. Masukkan kata di kotak pencarian dan klik tombol Cari untuk Menghitung Jumlah Huruf Kapital 🚥 | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment