|
[HTML] Tutorial: Making Forms - Tutorial 2/5
|
|
03-28-2011, 08:08 PM
Post: #1
|
|||
|
|||
|
[HTML] Tutorial: Making Forms - Tutorial 2/5
I guess this is going to be the start of a few simple HTML tutorials I post.
Hopefully this isn't moved to Tutorials, I think it would get more attention and recognition here. ![]() Name Forms - These are just two simple forms you can use for your site for people to fill out various things. Please note that filling these in does nothing. - As always, start with: Code: <html>Then type the following. This is the form! Code: <form>Adding this to your website will create this: ![]() If you want to edit what these forms say, all you have to do is replace all of the text that says "Firstname" and "lastname". Radio Buttons Difficulty: Easy Radio Buttons are forms that only let you select one of the options you define in the form. I.E: - Male - Female Code: <form>Placing this in your code will create this: ![]() Multiple Choice Difficulty: Easy Multiple choice boxes enable you to select one or many options in a form. Code: <form>Placing this in your code will get you this result: ![]() Submit Button! Difficulty: Moderate Code: <form name="input" action="html_form_action.asp" method="get">Here is what this looks like in a web browser: ![]() Make sure you end your document with the following! Code: </html>That's the end of this tutorial! I hope you've learned something! ![]() Tips: - Go to notepad, type in your coding, and save the document as .html. You can then view your html live! - If you have questions, post here! ---------------------------------------------------------- - Focnr |
|||
|
03-28-2011, 08:18 PM
Post: #2
|
|||
|
|||
|
Re: [HTML] Tutorial: Making Forms - Tutorial 1/5
Alright, I think I actually learned something, and that should mean something, if you can teach a dumbass like me, you can teach anyone heheh, so nice job, and I'll be sure to try this out
|
|||
|
03-28-2011, 08:22 PM
Post: #3
|
|||
|
|||
|
Re: [HTML] Tutorial: Making Forms - Tutorial 1/5
Alright
This is a little more advanced than the basics. I might edit this to about tutorial 2 or 3. So you can learn headers, paragraphs, etc.
|
|||
|
03-28-2011, 08:24 PM
Post: #4
|
|||
|
|||
|
Re: [HTML] Tutorial: Making Forms - Tutorial 1/5
that would be amazing, do you mind if I ask some questions?
just, remember I have never ever done or read anything at all about coding
|
|||
|
03-28-2011, 08:24 PM
Post: #5
|
|||
|
|||
|
Re: [HTML] Tutorial: Making Forms - Tutorial 1/5
Sure! I'll make a thread where you can ask me stuff so we don't get too off - topic here.
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help


![[Image: inputforms.png]](http://img130.imageshack.us/img130/8809/inputforms.png)
![[Image: inputforms2.png]](http://img717.imageshack.us/img717/3627/inputforms2.png)
![[Image: inputforms3.png]](http://img560.imageshack.us/img560/5957/inputforms3.png)
![[Image: inputforms4.png]](http://img854.imageshack.us/img854/5993/inputforms4.png)


This is a little more advanced than the basics. I might edit this to about tutorial 2 or 3. So you can learn headers, paragraphs, etc.