Thursday, October 24, 2013

HTML5 'bb' Tag with example


HTML5   <bb>  Tag 


Info of HTML5 bb Tag :browser button: a user agent command that the user can invoke
bb Tag Attributes :type: indicates the kind of command [makeapp]

HTML5 'bdo' Tag with example


HTML5   <bdo>  Tag 


Info of HTML5 bdo Tag :bdo element: represents explicit text directionality formatting control for its children
bdo Tag Attributes :dir: direction override [ltr | rtl]

HTML5 'blockquote' Tag with example


HTML5   <blockquote>  Tag 


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

HTML5 'body' Tag with example


HTML5   <body>  Tag 


Info of HTML5 body Tag :body element: main content of the document
body Tag Attributes :global attributes**

HTML5 'br' Tag with example


HTML5   <br>  Tag 


Info of HTML5 br Tag :break: inserts a single line break
br Tag Attributes :global attributes**

Wednesday, October 23, 2013

HTML5 'button' Tag with example


HTML5   <button>  Tag 


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

HTML5 'canvas' Tag with example


HTML5   <canvas>  Tag 


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