Untitled
unknown
plain_text
5 months ago
801 B
3
Indexable
<html> <head> </head> <body> <h2>Tabele e plotesuar ne menyre dinamike</h2> <label>Emri :</label> <input type="text" id="emri" placeholder="Shkruani emrin" required><br><br> <label>Mbiemri :</label> <input type="text" id="mbiemri" placeholder="Shkruani mbiemrin" required><br><br> <label>Mosha :</label> <input type="number" id="mosha" min=10 max=80 step=1 required><br><br> <input type="button" id="addRowButton" value="Shto rresht te ri"><br><br> <table id="myTable"> <thead> <tr> <th>Emri</th> <th>Mbiemri</th> <th>Mosha</th> <th>Veprimi</th> </tr> </thead> <tbody> </tbody> </table> </body> </html>
Editor is loading...
Leave a Comment