Attribute | Description |
---|---|
align | align is used to align right, left or center and also known as Horizontal tags |
bgcolor | bgcolor is used to set the background color of the element |
background | background is used to set the background image of the element. |
accesskey | accesskey used to access an element by using keyboard short cuts. |
class | class is used to classify the elements for cascading style sheets. |
contextmenu | Used to define a the context menu for an element. |
draggable | draggable gives permissions to drag the element. |
hidden | hidden used to hide the element. |
height | Used to adjust height of the image, tables etc. |
item | item is used to group the elements. |
style | Used to specify the inline styles |
valign | Used to align vertically at the top, middle or bottom. |
width | Used to adjust the width of the tables , images etc. |
tabindex | Used to specify the tab index. |