Jump to content

Form in HTML


shivani.shm

Recommended Posts

If you are using AJAX, you can get by without adding a form tag.

 

BUT...

 

If you are making a site that you want search engines to index well, you should use form tags. Search Engine robots look at tags to get an idea of what type of content is in the site, so its very important to use tags that match the content inside. Since the contents of a form are form contents, its good to put them into a form. This will help the search engine robots better understand your site.

 

AND ALSO (another but)

 

You should program your site without AJAX (using a serverside scripting language - for example PHP, ROR or ASP) and then add AJAX after. Some people will visit your site with javascript turned off. If they do, they will not be able to use your site. If you program it first without ajax, then add ajax after, all users will be able to use your site. But if its just a hobby site (I.E. not a business site and not a portfolio site), then you can probably safely ignore the people who have javascript turned off. You wont be losing money or not getting  a job because of sloppy programming. But if it is a portfolio site or a site for a business, ignoring people who have javascript turned off is sloppy programming.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.