modul 8
![Gambar](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSLohVbmYh8dzT9tjmtup3GT_sR43UdOQo1h1Y46gRj8CuVTNQb_TjoVixKv_GpZ3cHrO4hd3vj6cKNf6AI3o2h3jLbfmWnIkIo3J5F9e82VWhBNeVWWbvQr_Cwc6MvLvOCAJvJ8_-CdhYraJ2Q6nSFq0xHqSghiJbF9A38LJVGjWhM9g4oPC11k4wlYUq/w627-h273/Screenshot%20(18).png)
mp 1 <! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Generator Bilangan Prima </ title > < link rel = "stylesheet" href = "modul8.css" > </ head > < body > < h1 > Generator Bilangan Prima </ h1 > < hr > < label > Angka Pertama: </ label > < input type = "number" id = "inputAngkaPertama" min = "2" required > < br > < label > Angka Terakhir: </ label > < input type = "number" id = "inputAngkaTerakhir" min = "3" required > < br > < button onclick = " generatePrimes ()" > Generate Bilangan Prima </ button > < table id = "primeTable...