Info of HTML5 bdo Tag :bdo element: represents explicit text directionality formatting control for its children
bdo Tag Attributes :dir: direction override [ltr | rtl]
Info of HTML5 blockquote Tag :block quote element: a section that is quoted from another source
blockquote Tag Attributes :cite: URL of the origin of the quote
Info of HTML5 button Tag :button: a button page element
button Tag Attributes :autofocus: indicate that a control is to be focused as soon as the page is loaded [autofocus] disabled: prevents the button from being pressed [disabled] form: used to explicitly associate the button ele- ment with its form owner formaction: URL that specifies a form processing agent formenctype: specifies the content type used to submit the form to the server [application/x-www- form-urlencoded | multipart/form-data | text/plain] formmethod: which HTTP method will be used to submit the forms data [get | post | put | delete] formnovalidate: indicate whether the form is to be validated during submission [formnovalidate] formtarget: gives the target when the form is submitted [_blank | _parent | _self | _top] name: elements name type: controls the behavior of the button when it is activated [submit | reset | button] value: gives the element's value for the purposes of form submission
Info of HTML5 canvas Tag :canvas element: a resolution- dependent bitmap canvas, which can be used for rendering graphs, game graphics, or other visual images on the fly
canvas Tag Attributes :height: height of the canvas in pixels - default is 150 width: width of the canvas in pixels - default is 300