HTML Tags and Properties
The following are HTML tags and properties currently supported by HTML 4.0. Both Netscape Communicator and Internet Explorer 4.0 promise to support the complete HTML 4.0 standards. You can view more detailed information about HTML 4.0 at http://www.w3.org/TR/REC-html40-971218/. In the table, both opening and closing tags are displayed where they are required (e.g. <TABLE> </TABLE>). A single tag means that no closing tag is needed.
Properties are of the following types.
| Color | A recognized color name or color value |
| CGI Script | The name of a CGI script on the Web server |
| Document | The file name or URL of file |
| List | List of items separated by commas. Usually enclosed in double quotes |
| Options | Limited to a specific set of values (values are shown below the property) |
| Text | Any text string |
| URL | The URL for a Web page or file |
| Value | A number, usually an integer |
Tag and Properties |
Description |
| Block-Formatting Tags | Block-Formatting are tags that are used to format the appearance of large blocks of text |
| <ADDRESS> </ADDRESS> | The <ADDRESS> tag is used for information such as addresses, authorship and so forth. The text is usually italicized and in some browsers it is indented. |
| <BASEFONT> | The <BASEFONT> tag specifies the default font size, in points, for text in the document. The default value is 3. |
|
Value is the size (in points) of the text font |
| <BLOCKQUOTE> </BLOCKQUOTE> | The <BLOCKQUOTE> tag is used to set off long quotes or citations by usually indented the enclosed text on both sides. Some browsers italicize the text as well |
| <BR> | The <BR> tag forces a line break in the text |
|
Causes the next line to start at the spot in which the specified margin is clear. |
| <CENTER> </CENTER> | The <CENTER> tag centers the enclosed text or image horizontally |
| <DFN> </DFN> | The <DFN> tag is used for the defining instance of a term, i.e. the first time the term is used. The enclosed text is usually italicized. |
| <DIV> </DIV> | The <DIV> tag is to set the text alignment of blocks of text or images. Supported by older browsers, it has been made obsolete by newer tags. |
| <HR> | The <HR> tag creates a horizontal line |
|
Alignment of the horizontal line. The default in CENTER |
|
Specifies a color for the line |
|
Removes 3D shading from the line |
|
The size (height) of the line in pixels |
|
The width (length) of the line either in pixels or as a percentage of the display area. |
| <H1>
</H1> <H2> </H2> <H3> </H3> <H4> </H4> <H5> </H5> <H6> </H6> |
The six levels of text headings ranging from the largest (<H1>) to the smallest (<H6>). Text headings appear in a bold face font |
|
The alignment of the heading. |
| <LISTING> </LISTING> | The <LISTING> tag displays text in a fixed width font resembling a typewriter or computer printout. This tag has been rendered obsolete by some newer tags. |
| <NOBR> </NOBR> | The <NOBR> tag prevents line breaks for the enclosed text. This tag is not often used. |
| <P> </P> | The <P> tag defines the beginning and ending of a paragraph of text |
|
The alignment of the text in the paragraph. |
| <PLAINTEXT> </PLAINTEXT> | The <PLAINTEXT> tag displays text in a fixed width font. An obsolete tag which authors should avoid using |
| <PRE> </PRE> | The <PRE> tag retains the preformatted appearance of the text in the HTML file, including any line breaks or spaces. Text is usually displayed in a fixed width font. |
| <WBR> </WBR> | The <WBR> tag overrides other tags that may preclude the creation of line breaks and directs the browser to insert a line break if necessary. Used in conjunction with the <NOBR> tag. This tag is not often used. |
| <XMP> </XMP> | The <XMP> tag displays blocks of text in a fixed width font. The tag is obsolete and should not be used. |
| Character Tags | Character tags modify the appearance of individual characters, words or sentences from that of the surrounding text. Character tags usually appear nested within Block-Formatting tags. |
| <ABBR> ... </ABBR> | The <ABBR>tag indicates text in an abbreviated form (e.g. WWW, HTTP, URL, etc.) |
| <ACRONYM> ... </ACRONYM> | The <ACRONYM> tag indicates a text acronym (e.g. WAC, radar, etc.) |
| <B> </B> | The <B> tag displays the enclosed text in bold type |
| <BIG> </BIG> | The <BIG> tag increases the size of the enclosed text. The exact appearance of the text depends on the browser and the default font size |
| <BLINK> </BLINK> | The <BLINK> tag causes the enclosed text to blink on and off |
| <CITE> </CITE> | The <CITE> tag is used for citations and is usually displayed in italics |
| <CODE> </CODE> | The <CODE> tag is used for text taken from the code for a computer program. It is usually displayed in a fixed width font. |
| <EM> </EM> | The <EM> tag is used to emphasize text. The enclosed text is usually displayed in italics |
| <FONT> </FONT> | The <FONT> tag is used to control the appearance of the text it encloses |
|
The color of the enclosed text |
|
The font face of the text. Multiple font faces can be specified, separated by commas. The browser will try to render the text in the order specified by the list. |
|
Size of the font in points, it can be absolute or relative. Specifying SIZE=5 sets the font size to 5 points. Specifying SIZE=+5 sets the font size 5 points larger than that specified in the <BASEFONT> tag. |
| <I> </I> | The <I> tag italicizes the enclosed text |
| <KBD> </KBD> | The <KBD> tag is used for text made to appear as if it came from a typewriter or keyboard. Text is displayed with a fixed width font. |
| <SAMP> </SAMP> | The <SAMP> tag displays text in a fixed width font |
| <SMALL> </SMALL> | The <SMALL> tag decreases the size of the enclosed text. The exact appearance of the text depends on the browser and the default font size |
| <STRIKE> </STRIKE> | The <STRIKE> tag displays the enclosed text with a horizontal line striking through it. Note: future revisions to HTML may be phase out STRIKE in favor of the more concise S tag from HTML 3.0 |
| <STRONG> </STRONG> | The <STRONG> tag is used to strongly emphasize the enclosed text, usually in a bold font. |
| <SUB> </SUB> | The <SUB> tag displays the enclosed text as a subscript |
| <SUP> </SUP> | The <SUP> tag displays the enclosed text as a superscript |
| <TT> </TT> | The <TT> tag displays text in a fixed width, teletype style font |
| <U> </U> | The <U> tag underlines the enclosed text. The <U> tag should be avoided because it will confuse users with hypertext, which is typically underlined. |
| <VAR> </VAR> | The <VAR> tag is used for text that represents a variable is usually displayed in italics. |
| Document Tags | Document tags are tags that specify the structure of the HTML file or control its operations and interactions with the Web server. |
| <!> | The <!> tag is used for comments in documenting the features of your HTML file |
| <BASE> | The <BASE> tag allows you to specify the URL for the HTML document. It is used by some browsers to interpret relative hyperlinks |
|
Specifies the URL from which all relative hyperlinks should be based |
|
Specifies the default target window or frame for every hyperlink in the document |
| <BODY> </BODY> | The <BODY> tag encloses all text, images and other elements that will be visible to the user on the Web page |
|
Color of activated hypertext links, which are links the user has pressed with the mouse button but have not yet released |
|
The graphic image file used for the Web page background |
|
The color of the Web page background |
|
Keeps the background image fixed so that it does not scroll with the Web page |
|
Indents the left margin of the page the number of pixels specified in value |
|
Color of all unvisited links |
|
Color of all text in the document |
|
Indents the top margin of the page the number of pixels specified in value |
|
Color of previously visited links |
| <HEAD> </HEAD> | The <HEAD> tag encloses code that provides information about the document |
| <HTML> </HTML> | The <HTML> tag indicates the beginning and end of the HTML document |
| <ISINDEX> | The <ISINDEX> tag identifies the file as a searchable document. |
|
Sends the submitted text to the program identified by CGI Program |
|
The text that should be placed before the index's text-input field/ |
| <LINK> | The <LINK> tag specifies the relationship between the document and other objects. |
|
The URL of the LINK tag, hotlinks the user to the specified document |
|
The file, URL or text that acts as a hypertext lik to another document |
|
Directs the browser to link forward to the next page in the document |
|
Directs the browser to go back to the previous link in the document |
|
The title of the document named in the link |
| <META> | The <META> tag is used to insert information about the document not defined by other HTML tags and properties. It can include special instructions for the Web server to perform. |
|
Contains information associated with the NAME or HTTP-EQUIV properties |
|
Directs the browser to request the server to perform different HTTP operations. |
|
The type of information specified in the CONTENT property |
| <TITLE> </TITLE> | The <TITLE> tag is used to specify the text that appears in the Web browser's title bar |
| Form tags | Form tags are used to create user-entry forms |
| <BUTTON> ... </BUTTON> | Buttons created with the <BUTTON> tag, function just like buttons created with the <INPUT> tag, but they offer richer rendering possibilities. For example, the BUTTON element may have content. |
|
Specifies the button name. |
|
Specifies the initial value of the button. |
|
Specifies the tab order in the form |
|
Specifies the type of button. Setting the type to "BUTTON" creates a push button for use with client-side scripts. |
| <FIELDSET> ... </FIELDSET> | <The FIELDSET> tag allows authors to group form controls and labels. Grouping controls makes it easier for users to understand their purpose while simultaneously facilitating moving between fields. |
|
Specifies the alignment of the legend with respect to the field set (see the <LEGEND> tag for more information.) |
| <FORM> </FORM> | The <FORM> tag marks the beginning and end of a Web page form. |
|
Specifies the URL to which the contents of the form are to be sent. |
|
Specifies the encoding type used to submit the data to the server. |
|
Specifies the method of accessing the URL indicated in the ACTION property. |
|
The frame or window that displays the form's results. |
| <INPUT> </INPUT> | The <INPUT> tag creates an input object for use in a Web page form. |
|
Specifies the alignment of an input image. Similar to the ALIGN option with the <IMG> tag. |
|
Specifies that an input checkbox or input radio button is selected. |
|
Specifies the number of times a moving input image should be played. The value must be either a digit or INFINITE |
|
A low-resolution version of the input image that the browser should initially display before loading the high resolution version. |
|
Specifies the maximum number of characters inserted into an input text box. |
|
The label given to the input object. |
|
The visible size, in characters, of an input text box. |
|
The source file of the graphic used for an input image object |
|
Tells the browser when to start displaying a moving image file. Similar to the START property for the <IMG> tag. |
|
Specifies the tab order in the form |
|
Specifies the type of input object. CHECKBOX creates a checkbox. HIDDEN creates a hidden object. IMAGE creates an image object. PASSWORD creates a text box which hides the text as the user enters it. RADIO creates a radio button. RESET creates a button that resets the form's fields when pressed. SUBMIT creates a button that submits the form when pressed. TEXT creates a text box. TEXTAREA creates a text box with multiple line entry fields. |
|
Identifies the input image as an image map. Similar to the USEMAP property used with the <IMG> tag. |
|
Specifies the information that is initially displayed in the input object. |
|
The amount of space above and below the image, in pixels. |
|
The width of the input image in pixels |
| <LEGEND> ... </LEGEND> | The <LEGEND> tag allows authors to assign a caption to a FIELDSET (see the <FIELDSET> tag above.) |
|
Specifies the position of the legend with respect to the field set. |
| <OPTION> </OPTION> | The <OPTION> tag is used for each item in a selection list. This tag must be placed within <SELECT> tags. |
|
The default or selected option in the selection list. |
|
The value returned to the server when the user selects this option. |
| <SELECT> </SELECT> | The <SELECT> tag encloses a set of <OPTION> tags for use in creating selection lists. |
|
Allows the user to select multiple options from the selection list. |
|
The name assigned to the selection list. |
|
The number of visible items in the selection list. |
|
Specifies the tab order in the form |
| <TEXTAREA> </TEXTAREA> | The <TEXTAREA> tag creates a text box. |
|
Specifies the height of the text box in characters. |
|
Specifies the name assigned to the text box. |
|
Specifies the width of the text box in characters. |
|
Specifies the tab order in the form |
|
Specifies how text should be wrapped within the text box. OFF turns off text wrapping. VIRTUAL wraps the text, but sends the text to the server as a single line. PHYSICAL wraps the text and sends the text the server as it appears in the text box. |
| Frame tags | Frame tags are used for creating and formatting frames |
| <IFRAME> ... </IFRAME> | The <IFRAME> tag allows authors to insert a frame within a block of text. Inserting an inline frame within a section of text allow you to insert an HTML document in the middle of another, and they may both be aligned with surrounding text. |
|
Specifies the alignment of the floating frame |
|
Specifies the height of the floating frame, in pixels. |
|
Specifies the amount of space above and below the frame object and the frame borders. |
|
Specifies the amount of space to the left and right of the frame object, in pixels. |
|
Label assigned to the frame. |
|
Specifies whether scroll bars are visible. AUTO (the default) displays scroll bars only as needed. |
|
Specifies the document or URL of the object to be displayed in the frame. |
|
Specifies the width of the floating frame, in pixels. |
| <FRAME> | The <FRAME> tag defines a single frame within a set of frames |
|
Specifies the color of the frame border. |
|
Specifies whether the frame border is visible. |
|
Specifies the amount of space between frames, in pixels. |
|
Specifies the amount of space above and below the frame object and the frame borders. |
|
Specifies the amount of space to the left and right of the frame object, in pixels. |
|
Label assigned to the frame. |
|
Prevents users from resizing the frame. |
|
Specifies whether scroll bars are visible. AUTO (the default) displays scroll bars only as needed. |
|
Specifies the document or URL of the object to be displayed in the frame. |
| <FRAMESET> </FRAMESET> | The <FRAMESET> tag marks the beginning and the end of a set of frames. |
|
The size of the borders, in pixels. |
|
The color of the frame borders |
|
The size of each column in set of frames. Columns can be specified either in pixels, as a percentage of the display area or with an asterisks (*)indicating that any remaining space be allotted to that column. e.g.COLS="40,25%,*" |
|
The size of each row in set of frames. Rows can be specified either in pixels, as a percentage of the display area or with an asterisks (*)indicating that any remaining space be allotted to that column. e.g.ROWS="40,25%,*" |
| <NOFRAMES> </NOFRAMES> | Enclosing body tags to be used by browsers which do not support frames. |
| Graphic and Link tags | Graphic and Link tags are used for hypertext links and inline images |
| <A> </A> | The <A> tag marks and the beginning an end of a hypertext link |
|
Indicates the target, file name or URL that the hypertext points to. |
|
Specifies a name for the enclosed text, allowing it to be a target of a hyperlink. |
|
Specifies the relationship between the current page and the link specified by the HREF property |
|
Specifies a reverse relationship between the current page and the link specified by the HREF property. |
|
Specifies the tab order in the form |
|
Specifies the default target window or frame for the hyperlink |
|
Provides a title for the document whose address is given by the HREF property |
| <AREA> | The <AREA> tag defines the type and coordinates of a hotspot within an image map |
|
The coordinates of the hotspot. The
coordinates depend upon the shape of the hotspot: Rectangle: CIRCLE: POLYGON: |
|
Indicates the target, file name or URL that the hotspot points to. |
|
The shape of the hotspot. |
|
Specifies the tab order in the form |
|
Specifies the default target window or frame for the hotspot |
| <IMG> | The <IMG> tag is used to insert an inline image into the document |
|
Specifies the alignment of the image. Specifying an alignment of LEFT or RIGHT aligns the image with the left or right page margin. The other alignment options align the image with surrounding text. |
|
Text to display if the image cannot be displayed by the browser |
|
The size of the border around the image in pixels |
|
Display VCR-like controls under moving images. Used in conjunction with the DYNSRC property. |
|
Specifies the file of a video, AVI clip or VRML worlds displayed inside the page. |
|
The height of the image in pixels |
|
The amount of space to the left and right of the image, in pixels. |
|
Identifies the graphic as an image map. For use with server-side image maps. |
|
Specifies the number of times a moving image should be played. The value must be either a digit or INFINITE |
|
A low-resolution version of the graphic that the browser should initially display before loading the high resolution version. |
|
The source file of the inline image |
|
Tells the browser when to start displaying a moving image file. FILEOPEN directs the browser to start when the file is open. MOUSEOVER directs the browser to start when the mouse moves over the image. |
|
Identifies the graphic as an image map and specifies the name of image map definition to use with the graphic. For use with client-side image maps. |
|
The amount of space above and below the image, in pixels. |
|
The width of the image in pixels |
| <MAP> </MAP> | The <MAP> specifies information about a client-side image map. (Note that it must enclose <AREA> tags.) |
|
The name of the image map |
| List tags | List tags are used to create a variety of different kinds of lists |
| <DD> | The <DD> tag formats text to be used as relative definitions in a<DL> list |
| <DIR> </DIR> | The <DIR> tag encloses an unordered list of <LI> items, formatted in narrow columns. |
|
Specifies the type of bullet used for displaying each <LI> item in the <DIR> list |
| <DL> </DL> | The <DL> tag encloses a definition list in which the <DD> definition term, is left aligned and the <DT> relative definition, is indented. |
| <DT> | The <DT> tag is used to format the definition term in a <DL> list. |
| <LI> | The <LI> tag identifies list items in a <DIR>, <MENU>, <OL> or <UL> list. |
| <MENU> </MENU> | The <MENU> tag encloses an unordered list of items, similar to a <UL> or <DIR> list. |
| <OL> </OL> | The <OL> tag encloses an ordered list of <LI> items. Typically ordered lists are rendered as numbered lists. |
|
The value of the starting number in the ordered list |
|
Specifies how ordered items are to be marked. A = uppercase letters. a = lowercase letters. I = uppercase Roman numerals. i = lowercase Roman numerals. 1 = Digits. The default is 1. |
| <UL> | The <UL> tag encloses an unordered list of <LI> items. Typically unordered lists are rendered as bulleted lists. |
|
Specifies the type of bullet used for displaying each <LI> item in the <UL> list |
| Miscellaneous tags | Miscellaneous tags do not fit into any specific category. These tags are currently only supported by Internet Explorer 3.0 and above. |
| <BGSOUND> | The <BGSOUND> is used to play a background sound clip when the page is first opened. |
|
Specifies the number of times the sound clip should be played. LOOP can either be a digit or INFINITE. |
|
The sound file used for the sound clip. |
| <MARQUEE> </MARQUEE> | The <MARQUEE> tag is used to create an area containing scrolling text |
|
The alignment of the scrolling text within the marquee |
|
Controls the behavior of the text in the marquee. SCROLL causes the text to repeatedly scroll across the page. SLIDE causes the text to slide onto the page and stop at the margin. ALTERNATE causes the text to bounce from margin to margin |
|
The background color of the marquee |
|
The direction that the text scrolls on the page. |
|
The height of the marquee in either pixels or as a percentage of the display area |
|
The amount of space to the left and right of the marquee, in pixels. |
|
The number of times the marquee will be scrolled, can be either a digit or INFINITE |
|
The amount of space between successive draws of the text in the marquee |
|
The amount of time between scrolling actions, in milliseconds |
|
The amount of space above and below the marquee, in pixels. |
|
The width of the marquee in either pixels or as a percentage of the display area |
| Script and Applet tags | Script tags are used for client-side scripts, including JavaScript and VBScript. Applet tags are used for Java applets. |
| <APPLET> ... </APPLET> | The <APPLET> tag, supported by all Java-enabled browsers, allows designers to embed a Java applet in an HTML document. It has been deprecated in favor of the <OBJECT> tag in HTML 4.0. |
|
Specifies the alignment of the applet with the surrounding text. |
|
Specifies alternate text to be displayed in place of the Java applet. |
|
List of archives containing classes and other resources that will be "preloaded" for use with the Java applet. |
|
Specifies the base URL for the applet. If not specified, the browser assumes the same location as the current document. |
|
Specifies the name of the CLASS file that contains the Java applet. |
|
Specifies the height of the applet, in pixels. |
|
Specifies the horizontal space around the applet, in pixels. |
|
The name assigned to the Java applet. |
|
Specifies a resource containing a serialized representation of an applet's state. It is interpreted relative to the applet's codebase. The serialized data contains the applet's class name but not the implementation. The class name is used to retrieve the implementation from a class file or archive. |
|
Specifies the vertical space around the applet, in pixels. |
|
The width of the applet, in pixels. |
| <NOSCRIPT> ... </NOSCRIPT> | The <NOSCRIPT> tag is used to enclose HTML tags for browsers that do not support client-side scripts. |
| <OBJECT> ... </OBJECT> | Most user browsers have built-in mechanisms for rendering common data types such as text, GIF images, colors, fonts, and a handful of graphic elements. To render data types they don't support natively, user agents generally run external applications. The <OBJECT> tag allows authors to control whether data should be rendered externally or by some program, specified by the author, that renders the data within the user agent. |
|
Specifies the alignment of the embedded object relative to the surrounding text. |
|
Specifies the width of the embedded object's border, in pixels. |
|
Specifies the URL of the embedded object. |
|
Specifies the base path used to resolve relative references within the embedded object. |
|
Specifies the type of data object. |
|
Specifies the location of data for the embedded object. |
|
Specifies the height of the embedded object, in pixels. |
|
Specifies the horizontal space around the embedded object, in pixels. |
|
Specifies the name of the embedded object. |
|
Specifies a message the browser should display while rendering the embedded object. |
|
Specifies the tab order of the object when it is placed within a form. |
|
Specifies the type of data object |
|
Specifies the vertical alignment of the caption with respect to the table. |
|
Specifies the vertical space around the embedded object, in pixels. |
|
Specifies the width of the embedded object, in pixels. |
| <PARAM> ... </PARAM> | <PARAM> tags specify a set of values that may be required by an object at run-time. Any number of PARAM elements may appear in the content of an <OBJECT> or <APPLET> tag, in any order, but must be placed at the start of the content of the enclosing <OBJECT> or <APPLET> tag. |
|
Specifies the name of the parameter. |
|
Specifies the value of the parameter. |
|
Specifies the type of the value attribute. |
| <SCRIPT> ... </SCRIPT> | The <SCRIPT> tag places a client-side script within a document. This element may appear any number of times in the HEAD or BODY of an HTML document |
|
Specifies the language of the client-side script. |
|
Specifies the source of the external script file. |
|
Specifies the type of scripting language. |
| Table tags | Table tags are used to define the structure and appears of graphical tables |
| <CAPTION> </CAPTION> | The <CAPTION> tag encloses the table caption. |
|
Specifies the alignment of the caption with respect to the table. The LEFT, RIGHT and CENTER options are only supported by Internet Explorer 3.0 |
|
Specifies the vertical alignment of the caption with respect to the table. |
| <COL> </COL> | The <COL> tag specifies the default settings for a column or group of columns. |
|
Specifies the horizontal alignment of text within a column. |
|
Specifies the columns modified by the <COL> tag. |
|
Specifies the vertical alignment of text within a column. |
| <COLGROUP> <COLGROUP> | The <COLGROUP> tag encloses a group of <COL> tags, grouping columns together to set their alignment properties. |
|
Specifies the horizontal alignment of text within a column group. |
|
Specifies the columns within the column group. |
|
Specifies the vertical alignment of text within a column group. |
| <TABLE> </TABLE> | The <TABLE> tag is used to specify the beginning and ending of the table |
|
Specifies the horizontal alignment of the table on the page. Only LEFT and RIGHT are supported by Netscape 3.0 and Internet Explorer 3.0 |
|
Specifies a background image for the table. |
|
Specifies a background color for the table. |
|
Specifies the width of the table border in pixels. |
|
Specifies the color of the table border |
|
Specifies the color of the shaded edge of the table border. |
|
Specifies the color of the unshaded edge of the table border. |
|
Specifies the space between table cells in pixels. |
|
Specifies the space between cell text and the cell border in pixels. |
|
Specifies the display of table borders. ABOVE = Top border only. BELOW = Bottom border only. BOX = Borders on all four sides. HSIDES = Top and bottom borders. LHS = Left side border. RHS = Right side border. VOID = No borders. VSIDES = Left and right side borders. |
|
The height of the table in pixels or as a percentage of the display area. |
|
Specifies the display of internal table borders. ALL = Borders between every row and column. COLS = Border between every column. NONE = No internal table borders. ROWS = Borders between every row. |
|
The width of the table in pixels or as a percentage of the display area. |
| <TBODY> </TBODY> | The <TBODY> tag identifies text that appears in the table body as opposed to text in the table header (<THEAD> tag) or the table footer (TBODY tag) |
|
The horizontal alignment of text in the cells of the table body. |
|
The vertical alignment of text in the cells in the table body. |
| <TD> </TD> | The <TD> tag encloses the text that will appear in an individual table cell. |
|
Specifies the horizontal alignment of cell text. |
|
Specifies a background image for the cell. |
|
Specifies a background color for the cell. |
|
Specifies the color of the cell border. |
|
Specifies the color of the shaded edge of the cell border. |
|
Specifies the color of the unshaded edge of the cell border. |
|
Specifies the number of columns the cell should span. |
|
The height of the cell in pixels or as a percentage of the display area. |
|
Prohibits the browser from wrapping text in the cell. |
|
Specifies the number of rows the cell should span. |
|
Specifies the vertical alignment of cell text. |
|
The width of the cell in pixels or as a percentage of the width of the table. |
| <TFOOT> </TFOOT> | The <TFOOT> tag encloses footer information that will be displayed in the table footer when the table is printed on multiple pages. |
|
The horizontal alignment of the table footer. |
|
The vertical alignment of the table footer. |
| <TH> </TH> | The <TH> tag encloses the text that will appear in an individual table header cell. |
|
Specifies the horizontal alignment of header cell text. |
|
Specifies a background image for the header cell. |
|
Specifies a background color for the header cell. |
|
Specifies the color of the header cell border. |
|
Specifies the color of the shaded edge of the header cell border. |
|
Specifies the color of the unshaded edge of the header cell border. |
|
Specifies the number of columns the header cell should span. |
|
The height of the header cell in pixels or as a percentage of the display area. |
|
Prohibits the browser from wrapping text in the header cell. |
|
Specifies the number of rows the header cell should span. |
|
Specifies the vertical alignment of header cell text. |
|
The width of the header cell in pixels or as a percentage of the width of the table. |
| <THEAD> </THEAD> | The <THEAD> tag encloses header information that will be displayed in the table header when the table is printed on multiple pages. |
|
The horizontal alignment of the table header.. |
|
The vertical alignment of the table header. |
| <TR> </TR> | The <TR> tag is encloses table cells within a single row. |
|
Specifies the horizontal alignment of text in the row. |
|
Specifies a background color for the header cell. |
|
Specifies the color of the header cell border. |
|
Specifies the color of the shaded edge of the header cell border. |
|
Specifies the color of the unshaded edge of the header cell border. |
|
The vertical alignment of the text in the table row. |