how to create an html form with emp_password,emp_address,emp_fname,emp_lname?

I don't really think this is the right section to ask HTML questions.
anyway here is the code:

<form method="post" action="form_process.php">
<input type="text" name="emp_fname" />
<input type="text" name="emp_lname" />
<input type="text" name="emp_address" />
<input type="password" name="emp_password" />
<input type="submit" />
</form>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.