--------------Plain Text version-------------------------------------------------
new words Today (more Property view manual)
form: Forms (This will be used to enclose the submission)
Action: Actions ( Path of submission )
method: Methods ( submitted in a way ) get(link with new content) post(show content to conceal a little)
Input: Enter
Type: Types
Text: Literal ( text entry )
Password: password
Radio: Radio button
Name property (grouping)
value specified (for example: male)
CheckBox: check box
Value must specify a property when it wants to submit the background
File: Files ( file upload items )
Hidden: Hidden fields (for silently submitting data)
Select: Selection (drop- down list item )
Option: Entry (drop- down list item )
TextArea: Region ( text input field )(with scroll bar) (learn)
Submit: Commit ( submit button )
Value: Setting display text
Button: Buttons ( normal button )
Reset: reset ( reset button )
Property:
Name: Names ( element names )
Value: Values ( The contents of the entry )
Size: ( can be the size of the text font, or the width of the input box )
Checked: Selected
Selected: Select (drop- down list is selected )
ReadOnly: Read-only
Required: Required
Disabled: Not available
MaxLength: Maximum length ( Maximum length input box can be entered )
PLACEHOLDER ( hint info )
Style: Styles
Color: Colors
Font-size: Font size
Pink: Pink
Gold: Gold
Gray: Grey
Blue: Blues
Red: Pink
Yellow: Yellow
Black: White
White: Black
Background-color: Background color
Border: Border
Width: Wide
Height: High
Margin: margin
Padding: Inner margin
Float: Float
Clear: Clear
None: None ( element does not float )
Left: Ieft
Right:
Both: both ( simultaneous )
display: Show Mode
Block: Displayed ( shown as block-level element )
Inline: On one line ( displayed as inline element )
Div: The area of a block-level element
Span: The area of an inline element
element: Elements
Top: Tops
Bottom: Bottom
Product: Products, commodities
Header: Header information
Menu: Menus
Show: Display
Father: Father
big: Great.
Small: Small
"Javaweb Study Notes" 02_html&css