One of the most basic concepts to understanding Web design with CSS is the difference between block and inline level elements. This video explains the differences.
Providing labels for input elements will provide your visitors using screen readers with information on what exactly the field requires. This video shows how to use the Label HTML element within your form design.
Adding vertical spacing is a breeze with some CSS padding. This video illustrates how to do just that to your input and labels. This video also emphasizes why you should wrap your input and labels in list form for easy styling management.
Once you have your label and input elements wrapped inside of a list item, aligning them vertically is easy with a little help from the float and width CSS properties. This video explains how to do just that.
Recent Comments