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
https://forums.phpfreaks.com/topic/96102-form-in-html/#findComment-491992
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.