Some attribute part of the record of html5 and css3

html5

Label
1 video: Video attributes: src: url autoplay video: video playback controls immediately after the ready: the user display controls
2 audio: audio attributes similar to Video
3 Properties: draggable = "true" element draggable trigger ondragstart, ondragover , other events onDrop
4 canvas: js drawing canvas, the () function to create the object with the operation getContext
5 svg: scalable vector graphics format with xml
6 input new type type = [email, url, number , range, search], as well as the date of acquisition date, month, week, etc.
7 input new attribute autocomplete = "on / off" autocomplete autofocus = "autofocus" autofocus
placeholder = "...": the input box which displays value, does not affect the input
from = "name form" can <form> tag links which form an outer form
multiple = "multiple" predetermined value input field may be a plurality of input
pattern = "regular expression" for input validation
as well as width , height, min, max attributes

css3

Attribute
1 border-radius: 2px; clockwise rules, to create rounded corners
2 border-show: horizontal and vertical dimension add color shading in the outer box
3 border-image set picture as border
4 background-size background size
5 background-origin positioned BACKGROUND region
6 text-shadow add text shadow
7 word-wrap word wrap is provided for the table will be automatically stretched
8 transform: translate (left, top ): move a given distance
transform: rotate (): given the rotation angle
transform: scale (x, y) : the size of the operation, x, y is a multiple of the corresponding shaft
9 transition: transition css attributes change, and set the transition time
10 animation: animation, a plurality of correlation attributes
11 column-count: creating a plurality of column shows the contents of column-gap: the interval between the columns of column-rule: width, style, color between columns
12 box-sizing: set the border region of the specific cassette

Guess you like

Origin www.cnblogs.com/Zxq-zn/p/11690586.html