Author: Adam Wood
Adam is a technical writer who specializes in developer documentation and tutorials.
Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn more
<tr background="">
Identifies the URL of a file to be used as a background image for a table row.<tr bordercolor="">
Sets the border color for all inside borders of a table row.<ul type="">
Was used to set list types.<td nowrap>
NOWRAP indicates that text should not wrap in the cell.<textarea name="">
Adds a name attribute to a <textarea> element and associates the name with the text added to the text area.<textarea cols="">
Specifies the visible width of a <textarea> element in average character widths. Defaults to 20 if not specified.<textarea wrap="">
Determines whether or not submitted text wraps when a <textarea> is included in a form submission.<textarea disabled>
Disables the entry of text into a <textarea> element.<textarea tabindex=""">
Sets the position of a <textarea> element in the tab order.<textarea onKeyPress="">
Adds an event listener to a <textarea> element which executes JavaScript scripting when an onKeyPress event occurs.<tr align="">
Sets the horizontal alignment for the contents of each <td> element in a table row.<input size="">
Specifies the width of the input in characters.<style type="">
Identifies the type of media contained within a <style> element. However, the only supported value is text/css, so the attribute is not needed.<input checked>
Specifies whether a checkbox or radio button form input should be checked by default.<style media="">
Identifies the device or media that the styles contained in a <style> are designed to be applied to. Allows CSS styles to be optimized for a variety of devices and media formats.<img name="">
Identified the image or provided additional information about it. Deprecated in HTML 4.0 in favor of other attributes.<input border="">
Was used to specify a border on an input. Deprecated. Use CSS instead.