I’m creating a form with HTML and CSS and can never seem to get it to look right. I only want to use the tags <label>, <input… /> and <textarea> and want the label to be next to the input tag with the same width all the way down.
If you look at what I’ve got (below) you can see that the <label> tag centres itself where the textarea is. I want it to display neatly at the top. Does anyone know how I can do this in the simplest way using only those tags and CSS?