The coding style of the tag tag.
Can I write my label tag like this.
<input type="text" name="lname" id="ln" />
<label for="ln">Last Name:</label>
Instead of this.
<label for="ln">Last Name:</label>
<input type="text" name="lname" id="ln" />
a source
to share