modul 7
![Gambar](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieKJjD1oG9fR2f_G_XF8W0sSaOAe1l1bJomZkQuqF9MPLEkzP6gOtNwhjq0vfYU-u4rQYJykhuwlpa7SLh8lfQAY8l4JLnFYCmGu2Q2vJRrje6-Sk51c_WXhy_1mCrrC5xgio-8KAORlRIubLAYELRogPIqXWKrDRwnZ4ShLgHl9w_it9VELtjikTUiC6A/w599-h270/Screenshot%20(10).png)
Project 1 <! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > minipro 1 modul 7 </ title > < style > #trayekInput { width : 100% ; height : 100px ; } </ style > </ head > < body > < h1 > Trayek Generator </ h1 > < label for = "trayekInput" > Masukkan data trayek: </ label > < textarea id = "trayekInput" ></ textarea > < br > < button onclick = " generateTable ()" > Generate Table </ button > < div id = "tableContainer" ></ div > < scr...