To check the user's registration in an HTML form you would need to use another language, this time a scripting language, not a markup language.
Form is an HTML construct. The first part tells the server to Get or Post. To format with CSS is one thing, to make it interactive, use JavaScript. I will give a URL below:
It is Hypertext Markup Language (HTML)
As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.
Yes. You can use AJAX to submit the form. You can also use AJAX to get the actual HTML to produce the form (although you might also simply use that AJAX call to describe the form and then produce the HTML on the receiving end.)
A form can be created in HTML using the <form> tag. Inside form tag we can use elements like input, submit or reset.
no
You can easily make a register page in HTML using the <form> attribute. The form will contain the registration details.
For student results, you could get a form for registration. You can then make a table for the results.
Check your email, the one that you typed in on the registration form.
Form is an HTML construct. The first part tells the server to Get or Post. To format with CSS is one thing, to make it interactive, use JavaScript. I will give a URL below:
Some websites will not accept HTML code in their forms so that malicious users will not be able to hijack the site. Oftentimes, web forms encode HTML so that it is not actually HTML but just plain text. If a web form does not allow HTML then it is possible that it gives another way of editing the look of the text that the form accepts.
where i get the irctc registration form
you have mail in a registration form
check this link for 941 http://www.irs.gov/file/article/0,,id=111163,00.html check this link for 940 http://www.irs.gov/file/article/0,,id=111150,00.html
If you are talking about a form which lets users upload an image then you can check out JotForm (See Related Links). If you are talking about putting an image on a webpage WITHOUT HTML, it is pretty much impossible unless you use a Web Design Software (Try BlinkWeb (See Related Links)). You may be able to do with FTP, but I am not familiar with FTP and therefore cannot help, sorry!
It is Hypertext Markup Language (HTML)
As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.