Frames Tag and its attributes:
<frame> Defines a window frame in a frameset. Doesn't supported in HTML5.
- frameborder 01 Specifies whether or not to display a border around a frame
- longdesc URL A page which contains a long description of the content of a frame
- marginheight pixels Specifies the top and bottom margins of a frame
- marginwidth pixels Specifies the left and right margins of a frame
- name text Specifies the name of a frame
- noresize noresize A frame is not resizable
- scrolling yes no auto Whether or not to display scrollbars in a frame
- src URL States the URL of the document to show
- cols pixels% * Specifies the number and size of columns in a frameset
- rows pixels% * Specifies the number and size of rows in a frameset
<noframes> Defines an alternate content for users that do not support frames
<iframe> Supported in HTML5. Defines an inline frame
- align left right top middle bottom This attribute not supported in HTML5. States the alignment of an <iframe> according to surrounding elements
- frameborder 1 0 Not supported in HTML5. Specifies whether or not to display a border around an <iframe>
- height pixels Specifies the height of an <iframe>
- longdesc URL Not supported in HTML5. States a page that contains a long description of the content of an <iframe>
- marginheight pixels Not supported in HTML5. Specifies the top and bottom margins of the content of an <iframe>
- marginwidth pixels Not supported in HTML5. Specifies the left and right margins of the content of an <iframe>
- name text Specifies the name of an <iframe>
- sandbox allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-top-navigation Enable an extra set of restrictions for the content in an <iframe>tag
- scrolling yes no auto Not supported in HTML5. States whether to display or not the scrollbars in an <iframe> tag
- src URL Specifies the address of the document to embed in the <iframe>
- srcdoc HTML_code The HTML content of the page to show in the <iframe>tag
- width pixels Specifies the width of an <iframe>
Audio/VideoTag and its attributes:
<audio> Defines sound content
- autoplay autoplay States that the audio will start playing when it is ready
- controls controls States that audio controls should be displayed (such as a play/pause button etc)
- loop loop Defines that the audio will start over again, every time it is finished
- muted muted The audio output should be muted.
- preload auto metadata none States the audio should be loaded when the page loads as per the author's thinking.
- src URL States the URL of the audio file
<source> Defines multiple media resources for media elements (<video>, <audio> and <picture>)
- src URL Required when <source> is used in <audio> and <video>. Specifies the URL of the media file
- srcset URL Required when <source> is used in <picture>. Specifies the URL of the image to use in different situations
- media media_query Accepts any valid media query that would normally be defined in a CSS
- sizes Specifies image sizes for different page layouts
- type MIME-type Specifies the MIME-type of the resource
<track> Defines text tracks for media elements (<video> and <audio>)
- default default The track is to be enabled if the user's preferences do not indicate that another track would be more appropriate
- kind captions chapters descriptions metadata subtitles Shows the kind of text track
- label text Specifies the title of the text track
- src URL Required. Specifies the URL of the track file
- srclang language_code Specifies the language of the track text data (required if kind="subtitles")
- autoplay autoplay States that the video will start playing as soon as it is ready
- controls controls States that video controls should be displayed (as play/pause button etc).
- height pixels Set the height of the video player in the video tag.
- loop loop It means that if the video every time finishes it will start over again.
- muted muted The audio output of the video should be muted
- poster URL States an image to be shown while the video is downloading, or until the user hits the play button
- preload auto metadata none Shows the video should be loaded when the page loads as per the authour thinkings
- src URL Specifies the URL of the video file.
- width pixels To set the video player's width.
List Tag and its attributes:
<ul> Defines an unordered list. Not supported in HTML5.
compact compact That the list to be render smaller than normal.
type disc square circle Specifies the kind of marker to use in the list
<ol> Defines an ordered list
compact compact Not supported in HTML5. States that the list to be rendered smaller than normal.
reversed reversed Specifies that the list order should be descending.
start number Specifies the start value of an ordered list
type 1 A a I i Specifies the kind of marker to use in the list
<li> Defines a list item
type 1 A a I i disc square circle Not supported in HTML5. Defines which kind of bullet point will be used
value number Specifies the value of a list item. The list items will increment from that specified number (only for <ol> lists)
<dir> Not supported in HTML5. Use <ul> instead.Defines a directory list. Not supported in HTML 5
compact compact Specifies that the list should render smaller than normal
<dl> Defines a description list. Supports global and event attributes.
<dt> Defines a term/name in a description list. Supports global and event attributes.
<dd> Gives a description of a term/name in a description list. Supports global and event attributes.
Table Tag and its attributes:
<table> Defines a table. Doesn't supported in HTML5.
- align left center right It aligns the table according to surrounding text.
- bgcolor rgb(x,x,x) #xxxxxx colorname Defines the table's background color.
- border 1 0 It defines whether or not the table is being used for layout purposes
- cellpadding pixels Specifies the space between the cell wall and the cell content
- cellspacing pixels Specifies the space between cells
- frame void above below hsides lhs rhs vsides box . Specifies which parts of the outside borders that should be visible
- rules none groups rows cols all States which parts of the inside borders that should be visible
- summary text Specifies a summary of the content of a table
- width pixels % Specifies the width of a table
<caption> Defines a table caption. Not supported in HTML5.
- align left right top bottom Defines the alignment of the caption
<th> Defines a header cell in a table. Not supported in HTML5.
- abbr text Supports in HTML5. Indicates an abbreviated version of the header cell 's content.
- align left right center justify char Aligns the header cell's content.
- axis category_name Categorizes header cells
- bgcolor rgb(x,x,x) #xxxxxx colorname States the background color of a header cell
- char character Aligns the content in a header cell to a character
- charoff number Sets the no.of characters that the content will be aligned from the character specified.
- colspan number Supports in HTML5. Defines the number of columns a header cell should span
- headers header_id Supports in HTML5. Specifies one or more header cells a cell is related to
- height pixels % Sets the header cell's height.
- nowrap nowrap Specifies that the content inside a header cell should not wrap
- rowspan number Supports in HTML5.Specifies the number of rows a header cell should span
- scope col colgroup row rowgroup Supports in HTML5. States whether a header cell is a header for a row, column, or group of columns or rows.
- sorted reversed number reversednumber numberreversed Supports in HTML5. Which defines the sort direction of a column
- valign top middle bottom baseline Vertical aligns the content in a header cell
- width pixels % Specifies the width of a header cell
<tr> Defines a row in a table. Not supported in HTML5.
- align right left center justify Aligns the table row's contents.
- bgcolor rgb(x,x,x) #xxxxxx colorname States a background color for a table row
- char character Aligns the content in a table row to a character
- charoff number Can sets the number of characters the content will be aligned from the character.
- valign top middle bottom baseline Vertical aligns the content in a table row
<td> Defines a cell in a table. Not supported in HTML5.
- abbr text Indicates an abbreviated version of cell's content.
- align left right center justify char That aligns the cell content.
- axis category_name Categorizes cells
- bgcolor rgb(x,x,x) #xxxxxx colorname The cell's background color
- char character Supports in HTML5. Aligns the content in a cell to a character.
- charoff number Sets the number of characters and the content will be aligned from the character.
- colspan number Supports in HTML5. States the number of columns a cell should span
- headers header_id Supports in HTML5. Specifies one or more header cells which are related.
- height pixels % Sets the height of a cell
- nowrap nowrap Supports in HTML5. Specifies that it should not wrap the content inside a cell.
- rowspan number Supports in HTML5. Sets the number of rows a cell should span.
- scope col colgroup row rowgroup Association of header cells and data cells in a table.
- valign top middle bottom baseline Vertical aligns the content in a cell
- width pixels % Specifies the width of a cell
<thead> Groups the header content in a table. Not supported in HTML5.
- align right left center justify char Aligns the content inside the <thead> element
- char character Aligns the content inside the <thead> element to a character
- charoff number The no. of characters and the tfoot tag's content will be aligned from the character.
- valign top middle bottom baseline Vertical aligns the content inside the <thead> element
<tbody> Groups the body content in a table. Not supported in HTML5.
- align right left center justify char Aligns the content inside the <tbody> element
- char character Aligns the content inside the <tbody> element to a character
- charoff number Sets the number of characters and the content inside the <tbody> tag will be aligned.
- valign top middle bottom baseline Vertical aligns the content inside the <tbody> element
<tfoot> Groups the footer content in a table. Not supported in HTML5.
- align right left center justify char Aligns the content inside the <tfoot> element
- char character Aligns the content inside the <tfoot> element to a character
- charoff number The number of characters and the content inside the tfoot tag will be aligned from the character.
- valign top middle bottom baseline Vertical aligns the content inside the <tfoot> element
<col> Defines column properties for each column within a <colgroup> tag. Not supported in HTML5.
- align left right center justify char Specifies the alignment of the content related to a <col> element
- char character Specifies the alignment of the content related to a <col> element to a character
- charoff number The number of characters the content will be aligned from the character specified by the char attribute
- span number Supports in HTML5. Also defines the number of columns a <col> element should span
- valign top middle bottom baseline States the vertical alignment of the content related to a <col>tag
- width % pixels relative_length Specifies the width of a <col> element
<colgroup> States a group of one or more columns in a table for formatting. Not supported in HTML5.
- align left right center justify char To align the content in a column group
- char character Aligns the column group's content to a character
- charoff number That which sets the number of characters so the content will be aligned from the character.
- span number Supports in HTML5. States the number of columns a column group should span
- valign top middle bottom baseline Vertical aligns the content in a column group
- width pixels % relative_length Specifies the width of a column group