Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Tugas 10

<html>
<title>Tugas 10 </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<body>
<div class="w3-container">
<h2>Menampilkan Gambar Untuk dijadikan Tombol :</h2>
<button class="w3-button">
<img src="gedung.jpg" style="border-radius: 50%;" width="75%">
</button>
<button class="w3-button">
<img src="minum.jpg" width="75%">
</button>
</div>
</body>
</html>

You might also like