PC Paramedics UK Forums

Full Version: Any one knoe how to create form in HTML
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello friend

I am new in the learning of HTML . I know some of creation in that, but recently when some one asked me for form then i get confusion so please get me know that how to create form please post any tags or any small code by which just could gaze this like process is going on in form..

Thanks for that.
I have no much knowledge but I can create a simple HTML form. Once I also tried to create a contact form in HTML but did not finish all. With the use of <form> tag, we can create form. There are many properties and it is the best way to use online guide.
HTML is not a programming language, is a markup language.
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>
Here you provide useful information on how to create form in HTML and Information include huge stuff related this and provide great guide to those who have no knowledge about it.

_________________
anthony morrison
I don't know more about to create a form in HTML but once my brother was tried to make it. I think the tag <form> is used to create a form in HTML.
It is very simple to create a form in HTML.You can create a form with the use of <form>tag.If want to learn your self then you can go w3schools.com.Here you can get the all information about to create form in HTML.
Assuming you have a template you want to use, the minimal HTML code you need to know is how to create a paragraph, insert a link, position an image, and give your page header titles.In most cases it is beneficial to check if the form was filled out correctly. If a visitor made a mistake, the form should not be processed and the visitor should be presented with a friendly message explaining the mistake.
I do not know more about creating an HTML form, but once my brother was trying to do. There are many properties and is the best way to use online guide. I am new to learning HTML.
Well,I don't have any idea of it so I am unable to help you for this.But I am interested in knowing about it.Thanks for sharing.
________________________________
<form>
Name <input type="text" size="20">
<input type="button" value="submit">
</form>
________________________________
Pages: 1 2
Reference URL's