Halo Sekripers !
Pada kesempatan kali ini kami akan memberikan tutorial untuk membuat form biodata dengan input text pada HTML
Berikut adalah listing code form biodata pada HTML :
<html>
<head>
<title> Form 1 </title>
</head>
<body>
<form name=”form1” method=”POST” action=”inputdata.php”>
Nama : <input type="text" name="nama"><br><br>
Kelas: <input type="text" name="kelas" maxlength="2"><br><br>
No : <input type="text" name="nomor" value="1"><br><br>
Hobby: <input type="text" name="hobby" size="8"><br><br>
Password: <input type="password" name="password">
<br><br>
<input type="submit" name="submit" value="Submit"> <input type="reset"
name="reset" value="Reset">
</form>
</body>
</html>
Tampilan programmnya seperti ini :
Pada kesempatan kali ini kami akan memberikan tutorial untuk membuat form biodata dengan input text pada HTML
Berikut adalah listing code form biodata pada HTML :
<html>
<head>
<title> Form 1 </title>
</head>
<body>
<form name=”form1” method=”POST” action=”inputdata.php”>
Nama : <input type="text" name="nama"><br><br>
Kelas: <input type="text" name="kelas" maxlength="2"><br><br>
No : <input type="text" name="nomor" value="1"><br><br>
Hobby: <input type="text" name="hobby" size="8"><br><br>
Password: <input type="password" name="password">
<br><br>
<input type="submit" name="submit" value="Submit"> <input type="reset"
name="reset" value="Reset">
</form>
</body>
</html>
Tampilan programmnya seperti ini :
Bagi yang baru mengunjungi blog kami :
Untuk pertemuan kali ini dicukupkan sekian , Terimakasih.
1 comments:
Click here for commentsPHP count average word length and characters in a text file
Lemmatization nltk
Fillna Pandas Example
Pandas string to datetime
PHP code to send SMS to mobile from website
How to remove stop words in Python
How to find the stop words in nltk Python
ConversionConversion EmoticonEmoticon