remember syntax
selector {property: value}
attribute names
attribute values
CSS
selector > can be used in css before a property to apply a value to just the first child. I have not seen this in any css file I've ever viewed on the web. Is it shorthand?
FORMS
method GET data is visible in the URL (public)
method POST data is not visible in the URL (private(ish))
The form input needs an id for the label to work properly
Remember to close input tags ... /> even though I can't seem to get that to validate it's proper.
FORMS CSS
input[type='text'] {} <-- this selector will only apply to input tags of type text.
No comments:
Post a Comment