Thursday, 30 May 2013

How to create a text field: HTML

Creating a text field in a HTML page is very simple as shown below:

Syntax:

    <input type=”text” name=”myName” />

No comments:

Post a Comment