Belajar membuat form di html dasar



Ini script untuk membuat form dasar pada HTML


<!DOCTYPE html>
<html>
<body>
<form action="belajarhtmloutput.html">
Form: <input type="text" name="firstname" >
Form: <input type="text" name="lastname" >
 <input type="submit" value="submit">
</form>
</body>
</html>

dan ini hasilnya








No comments :

Post a Comment