Home » HTML » Forms
HTML Forms tutorials
Here I'll attempt to expand on the tutorial to show how the items are used to make a guestbook.
Related Tutorials
Forms in HTML
In this tutorial I'm going to show you how to create forms, which are a great way to collect feedback from your site or if your creating a guestbook. FYI, HTML on it's own cannot create these, this is just the client side part (the forms), creating feedback forms or a guestbook would need to help of a server side language.
So, You Want A Form, Huh?
That's nice and simple.It explains the basics of placing input items on an HTML page.
So, You Want Colored Table Borders, Huh?
Don't only color the cells - work on the borders too.
So You Want To Change More Than One Frame, Huh?
Learn how to use one button to change two or more frames in one shot.
Remove the Underline on links
So, You Want Links Underlined, Huh?
So, You Want Color in a Table, Huh?
I should point out that this tutorial will not get into the creation of the table itself, only changing the background and text color.
So, You Want A Meta Command, Huh?
Meta commands don't add anything visually to your page, but they help a great deal when you submit your pages to search engines. Basically, the commands make you very easy to find.
So, You Want Dynamic Fonts, Huh?
Dynamic fonts (or PFR fonts) are font style files that download right along with the page that will use them. Think of them as an image.
So, You Want An Image Starting Your Form, Huh?
Instead of using the dull gray submit button, why not use a colorful image to submit your form data? Here's how.
So, You Want A New Browser Window, Huh?
A new browser window opened up! You now have two windows open at the same time. Really! Look up at the "BACK" button at the top of the page. It isn't available to you. (Except on some higher-level browsers.) That's because you've started a whole new browser session.
So, You Want A Link Button, Huh?
This tutorial explains how to place a clickable button on your page. The button will link to another page like a simple HREF command.
So, You Want Some Text Color, Huh?
Learn how to change the color of text, links, and visited links.
So, You Want To Line Up Link Buttons, Huh?
This tutorial explains how to line up the link buttons described above.
So You Want To Change Your Font, Huh?
How to get the font face to change. I'm assuming you already know you can change font size through the use of "H" and "FONT" number commands.
 
Categories