# Praktikum I : Membuat Halaman Login dan CRUD

Kerjakan tugas praktikum sebagai berikut :

1. Buat halaman login.
2. Buat halaman list user yang diserta tombol "create new user" di bagian atas. Di setiap row juga disertakan link untuk view, edit dan delete. Jika link delete di-klik tampilkan dialog konfirmasi, "Yakin hendak menghapus data user?".
3. &#x20;Buat halaman form input user baru.
4. Buat halaman form update user.

Design bebas sesuai dengan kreativitas masing-masing, sebagai contoh, berikut saya lampirkan tampilan login dan Halaman CRUD.

![](/files/-MfwcV-fvsOHjD4edkOk)

![](/files/-MfwcaNBuZ20VvZicQ1H)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://seri-belajar-pemrograman.rijalasepnugroho.com/html-dan-css/praktikum-membuat-halaman-login-dan-crud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
