Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

HTML

shengmel

Recruit
Basic Member
Messages
1
Reaction score
0
Points
16
were coding right now if someone wants to learn my code is here for HTML
<html>
<head>
<title>Form</title>
</head>
<body>
<form>
<fieldset>
<legend>Info</legend>

<br>Firstname: <input type = "text" name: "Firstname"></br>
<br>Lastname: <input type = "text" name: "Lastname"></br>
<br>Password: <input type = "Password" name: "Password"></br>

</br>Sex:
<input type = "Radio" Value= "Male">Male
<input type = "Radio" Value= "Female">Female</br>

</br>Birthday:
<input type = "date" name: "B-day"></br>

</br>Course:
<input list = "course" name: "Course"></br>
<datalist id = "course"></br>
<option value = "BSIT">
<option value = "BSCOE">
<option value = "BSCS">
</datalist></br>

Colors:</br>
</br><input type = "Checkbox" name: "Red" value = "Red">Red</br>
<input type = "Checkbox" name: "Blue" value = "Blue">Blue</br>
<input type = "Checkbox" name: "Green" value = "Green">Green</br>

<br>Comments:</br>
<textarea name= "message" rows="10" cols"30">
Write Your Comments here!!!
</textarea></br>

</br><input type = "submit" value="Submit">
<input type = "reset" value="Reset"></br>


</fieldset>
</form>
</body>
</html>
 
were coding right now if someone wants to learn my code is here for HTML
<html>
<head>
<title>Form</title>
</head>
<body>
<form>
<fieldset>
<legend>Info</legend>

<br>Firstname: <input type = "text" name: "Firstname"></br>
<br>Lastname: <input type = "text" name: "Lastname"></br>
<br>Password: <input type = "Password" name: "Password"></br>

</br>Sex:
<input type = "Radio" Value= "Male">Male
<input type = "Radio" Value= "Female">Female</br>

</br>Birthday:
<input type = "date" name: "B-day"></br>

</br>Course:
<input list = "course" name: "Course"></br>
<datalist id = "course"></br>
<option value = "BSIT">
<option value = "BSCOE">
<option value = "BSCS">
</datalist></br>

Colors:</br>
</br><input type = "Checkbox" name: "Red" value = "Red">Red</br>
<input type = "Checkbox" name: "Blue" value = "Blue">Blue</br>
<input type = "Checkbox" name: "Green" value = "Green">Green</br>

<br>Comments:</br>
<textarea name= "message" rows="10" cols"30">
Write Your Comments here!!!
</textarea></br>

</br><input type = "submit" value="Submit">
<input type = "reset" value="Reset"></br>


</fieldset>
</form>
</body>
</html>

ano po ang gagawin mo?
 
Back
Top Bottom