I do have a table data as shown below:
<td>
<label for="title">Title : </label>
<textarea rows="5" id="title" name="title"></textarea>
</td>
the default location for the label is at the bottom. How will I place the label aligned with the top of the text area?
With the following CSS:
vertical-alignon MDN: