Вы находитесь на странице: 1из 21

Dimalanta, Nichol C.

CS501E

6/16/11 Sir Harold Polvorosa/Webprog

HTML TAGS AND ATTRIBUTES


<a> name href hreflang type rel Marks an area of the page that a link jumps to. Specifies the URL of a page or the name of the anchor that the link goes to. Language code of the destination URL The type of content at the link destination Describes the relationship between the current document and the destination URI. alternate appendix bookmark chapter contents copyright glossary help home index next prev section start stylesheet subsection Describes a reverse between the destination URI and the current document. Possible values: alternate appendix bookmark chapter contents copyright glossary help home index next prev section start stylesheet subsection Defines the character encoding of the linked document. Image map shape Image map coordinates Specifies the target frame to load the page into. Possible values: _blank

rev

charset shape coords target

accesskey dir class id lang tabindex title style onfocus onblur onclick ondbclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup Abbr Attribute dir class id lang title

_self _top _parent

Access keys (or shortcut keys) Specifies the direction of the text Document wide identifier. Document wide identifier Language code Helps determine the tabbing order (when the user 'tabs' through the elements on the page). Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip"). Inline style (CSS) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers)

Description Specifies the direction of the text Document wide identifier. Document wide identifier Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip"). Inline style (CSS) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers)

style onclick ondbclick onmousedown onmouseup onmouseover onmousemove

onmouseout onkeypress onkeydown onkeyup

Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers)

<acronym> <address> Attribute dir class id lang title Description Specifies the direction of the text Document wide identifier. Document wide identifier Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip"). Inline style (CSS) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers) Intrinsic event (see event handlers)

style onclick ondbclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup

Applet Attribute codebase code name archive object width height class Description Specifies the URI of the applet. Specifies the name or path of the class file. Gives the instance a name so that it can be referenced by other objects. Comma separated list of archives containing class files to be preloaded. Specifies the resource that contains a serialized representation of the applet's state. Width to display the applet. Height to display the applet. Document wide identifier.

id style title alt align hspace vspace

Document wide identifier Inline style (CSS). Specifies a title to associate with the element. Alternative text. This will display if the applet can't be loaded. Visual alignment (i.e. bottom, middle, top, left, right). Deprecated. Amount of white space to be inserted to the left and right of the object. Deprecated. Amount of white space to be inserted above and below the object. Deprecated.

Area Attributes:

Attributes specific to this tag: Attribute shape Description Defines a shape for the clickable area. Possible values: default rect circle poly Specifies the coordinates of the clickable area. Coordinates are specified as follows: rect: left, top, right, bottom circle: center-x, center-y, radius poly: x1, y1, x2, y2, ... Specifies that the area has no link. Description Assigns a name to the element. Associates an element with an image map. For example, you associate the image with an image map by using this attribute. Document wide identifier. Document wide identifier Specifies the direction of the text Language code Inline style (CSS). Specifies a title to associate with the element. Alternate text. This specifies text to be used in case the browser/user agent can't render the image. Specifies the URL of a page or the name of the anchor that the link goes to. Specifies the target frame to load the page into. Helps determine the tabbing order (when the user 'tabs' through the elements on the page). Access keys (or shortcut keys)

coords

nohref Attribute name usemap class id dir lang style title alt href target tabindex accesskey +evnthandlers

<b>

<Base> Attributes specific to this tag: Attribute href target Basefont Attribute size color face dir class id lang title Description Specifies the font size. Specifies the font color. Specifies the font face. Specifies the direction of the text Document wide identifier. Document wide identifier Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip"). Inline style (CSS) Description Specifies the URI/URL to use. Target frame/window

style

Bdo Attributes: Attributes specific to this tag: Attribute Description Specifies the direction of the text: dir ltr: Left to right rtl: Right to left class Document wide identifier. id Document wide identifier lang Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) < Big> <Blockquote> Attribu Description te cite Indicates the source of the

quotation. <Body> Attribut e backgrou nd text link vlink

Description Specifies the URI/URL of a background image. This attribute is now deprecated.

Specifies the text color. This attribute is now deprecated. Specifies the color of unvisited hyperlink text. This attribute is now deprecated. Specifies the color of visited hyperlink text. This attribute is now deprecated. Specifies the color of active hyperlink text (i.e. when the user clicks on it). This alink attribute is now deprecated. class Document wide identifier. id Document wide identifier lang Language code dir Specifies the direction of the text Specifies a title to associate with the element. Many browsers will display this title when the cursor hovers over the element (similar to a "tool tip"). style Inline style (CSS) bgcolor Background color. This attribute is now deprecated. + event handlers <Br > Attribute Description class Document wide identifier. id Document wide identifier Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) Specifies where the next line should appear. Possible values: none left clear right all This attribute is now deprecated. <Button> Attribu Description te name Assigns the name of the button control. value Assigns an initial value to the button. Specifies the type of button. Possible values: submit (default) type reset button class Document wide identifier. id Document wide identifier lang Language code

dir

Specifies the direction of the text Disables the button. The button won't work when clicked. It also cannot receive disabled focus and will be skipped when tabbing. accessk Access keys (or shortcut keys) ey tabinde Helps determine the tabbing order (when the user 'tabs' through the elements on x the page). Specifies a title to associate with the element. Many browsers will display this when title the cursor hovers over the element (similar to a "tool tip"). style Inline style (CSS) <Caption > Attribute Description Specifies the alignment of the caption. Possible values: left right align top bottom This attribute is deprecated. Use CSS to align the caption instead. <Cite > <Code> <Col> Attribute Description name Marks an area of the page that a link jumps to. span Specifies how many columns to span. width Width of the column. dir Specifies the direction of the text class Document wide identifier. id Document wide identifier lang Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) align Horizontal alignment valign Vertical alignment char Specifies a character to use for aligning text to. Specifies an alignment offset (either in pixels or percentage value) against the first character as specified charoff with the char attribute. + eventhandlers <Colgroup> Attribute span Specifies how many columns to span. width Width of the column. dir Specifies the direction of the text class Document wide identifier. id Document wide identifier lang Language code Description

Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip"). style Inline style (CSS) align Horizontal alignment valign Vertical alignment char Specifies a character to use for aligning text to. Specifies an alignment offset (either in pixels or percentage value) against the first character as specified charoff with the char attribute. +evnthandlers title <Dd> Attribute Description None dir Specifies the direction of the text class Document wide identifier. id Document wide identifier lang Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) +evnthandlers <Del> Attribute Description cite Indicates a source that should indicate the reason for the change. datetime Date and time of change. dir Specifies the direction of the text class Document wide identifier. id Document wide identifier lang Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) +evnthndlrs <Dfn> <Dir> <div> Attribute dir class id lang title style align +evnts

Description Specifies the direction of the text Document wide identifier. Document wide identifier Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element Inline style (CSS) Specifies alignment (left, right, center, justify).

<dl> Attribute None dir class id lang title

Description Specifies the direction of the text Document wide identifier. Document wide identifier

Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (s

style Inline style (CSS) +evnthandlers

<dt> Attribute dir class id lang

Description Specifies the direction of the text Document wide identifier. Document wide identifier Language code

title Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (s style Inline style (CSS) +evnthandlers <em> Attribute dir class id lang

Description Specifies the direction of the text Document wide identifier. Document wide identifier Language code

title Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (s style Inline style (CSS) +evnthndlers <fieldset> Attribute Description align dir class id lang title For alignment. Top, left, top, bottom. This attribute is deprecated - use CSS instead. Specifies the direction of the text Document wide identifier. Document wide identifier

Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (s

style Inline style (CSS) accesskey Access keys (or shortcut keys). +evnt handlers

<font> Attribute size color face dir class id lang title style <form> Attribute action method

Description Specifies the font size. Specifies the font color. Specifies the font face. Specifies the direction of the text Document wide identifier. Document wide identifier

Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (s Inline style (CSS)

Description Specifies a URI/URL of the page that will process the form. Specifies the HTTP method to use when the form is submitted. Possible values: get (the form data is appended to the URL when submitted) post (the form data is not appended to the URL) Specifies the content type used to encode the form data set when it's submitted to the server. Possible values: application/x-www-form-urlencoded (default) multipart/form-data (use this when uploading files) Specifies a list of character encodings that the server accepts. The default value is "UNKNOWN". Specifies a comma-separated list of content types that the server accepts.

enctype

acceptcharset accept name Attribute class id dir lang

Assigns a name to the form. This is used when referencing the form with stylesheets or scripts. If there are multiple for Description Document wide identifier. Document wide identifier Specifies the direction of the text Language code

target Specifies the target frame to load the destination page as indicated with the action attribute. +evnthndlers <frame> ttributes specific to this tag: Attribute Description Name Longdesc Src Noresize Scrolling Assigns a name to a frame. This is useful for loading contents into one frame from another. A long description - this can elaborate on a shorter description specified with the title attribute. Location of the frame contents (for example, the HTML page to be loaded into the frame). Specifies whether the frame is resizable or not (i.e. whether the user can resize the frame or not). Whether the frame should be scrollable or not (i.e. should scrollbars appear). Possible values: auto yes no Whether the frame should have a border or not. Possible values:

Frameborder

Marginwidth Marginheight Class Id Title Style

1 (border) 0 (no border)

Specifies the margin, in pixels, between the frame's contents and it's left and right margins. Specifies the margin, in pixels, between the frame's contents and it's top and bottom margins. Document wide identifier. Document wide identifier

Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the elemen Inline style (CSS)

<frameset> Attribut Description e rows cols

Specifies the number of rows and their height in either pixels, percentages, or relative lengths. D

Specifies the number of columns and their width in either pixels, percentages, or relative lengths

Attribut Description e class id title style onload onunloa d Document wide identifier. Document wide identifier

Specifies a title to associate with the element. Many browsers will display this when the cursor ho "tool tip"). Inline style (CSS) Intrinsic event (see event handlers) Intrinsic event (see event handlers)

<h1><h2><h3><h4><h5><h6> Attributes specific to this tag: Attribu Description te None Other Attributes: Attribu Description te class Document wide identifier. id Document wide identifier Specifies a title to associate with the element. Many browsers will display this when title the cursor hovers over the element (similar to a "tool tip"). style Inline style (CSS) lang Language code dir Specifies the direction of the text align Alignment. (Left, right, center, justify). +evnthandlers <head> Attributes specific to this tag: Attribute Description profile Specifies the URI/URL of one or more meta data profiles.

Other Attributes: Attribute Description lang Language code dir Specifies the direction of the text <hr> Attributes: Attributes specific to this tag: Attribute Description align Alignment (left, center, right). This attribute is deprecated. noshade Removes the usual shading effect that most browsers display. This attribute is deprecated. size Specifies the height of the horizontal rule. This attribute is deprecated. width Specifies the width of the horizontal rule. This attribute is deprecated. dir Specifies the direction of the text class Document wide identifier. id Document wide identifier lang Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) +evnthandlers <html> Attribute Description Specifies the HTML DTD version of the document. The version attribute is deprecated - use the ! version doctype tag instead. content Specifies the property's value. scheme Specifies a scheme to use to interpret the property's value (as declared in the content attribute). Used for http response message headers. For example http-equiv can be used to refresh the page or to set a http-equiv cookie. Values include content-type, expires, refresh and set-cookie. lang Language code dir Specifies the direction of the text <i> <iframe> Attribute Description name Assigns a name to a frame. This is useful for loading contents into one frame from another. longdesc A long description - this can elaborate on a shorter description specified with the title attribute. width Specifies the width of the inline frame. height Specifies the height of the inline frame. class Document wide identifier. id Document wide identifier Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) src Location of the frame contents (for example, the HTML page to be loaded into the frame). Whether the frame should be scrollable or not (i.e. should scrollbars appear). Possible values: auto: This value means that scrollbars should appear on the frame, only if the contents of the framed page are too big to fit inside the frame scrolling yes: Scrollbars should always appear on the frame, regardless of the size of its contents no: Scrollbars should not appear, even if the contents are too big for the frame

Whether the frame should have a border or not. Possible values: 1: The frame should have a border 0: The frame should not have a border marginwidth Specifies the margin, in pixels, between the frame's contents and it's left and right margins. marginheight Specifies the margin, in pixels, between the frame's contents and it's top and bottom margins. For alignment. Possible values: left: Text is rendered flush left center: Text is centered align right: Text is rendered flush right justify: Text is justified to both margins frameborder <img> Attribu te name

Description

Assigns a name to an image. This is used when referencing the image with stylesheets or scripts. However, you should use the id attribute instead. longdes Specifies a URI/URL of a long description - this can elaborate on a shorter description specified with the alt attribute. c src Location of the image. class Document wide identifier. id Document wide identifier Alternate text. This specifies text to be used in case the browser/user agent can't alt render the image. Specifies a title to associate with the element. Many browsers will display this when title the cursor hovers over the element (similar to a "tool tip"). style Inline style (CSS) dir Specifies the direction of the text lang Language code ismap For image maps. See HTML map tag usemap For image maps. See HTML map tag align For alignment (left, center, right, justify). width Specifies the width of the image. height Specifies the height of the image. border Size of the image border. For no border use 0 (zero). hspace Amount of white space to be inserted to the left and right of the object. Deprecated. vspace Amount of white space to be inserted above and below the object. Deprecated. +evnthandlers <input> Attribut Description e type Specifies the type of control. Possible values: text password checkbox radio submit reset

file hidden image button name Assigns a name to the input control. Specifies the intial value for the control. Note: If type="checkbox" or type="radio" value this attribute is required. Specifies the width of the control. If type="text" or type="password" this refers to size the width in characters. Otherwise it's in pixels. maxleng Specifies the maximum number of characters that the user can input. This can be bigger than the value indicated in the size attribute. th checked If type="radio" or type="checkbox" it will already be selected when the page loads. src If type="image", this attribute specifies the location of the image. class Document wide identifier. id Document wide identifier dir Specifies the direction of the text lang Language code Specifies a title to associate with the element. Many browsers will display this when title the cursor hovers over the element (similar to a "tool tip"). style Inline style (CSS) align For alignment (left, center, right, justify). Alternate text. This specifies text to be used in case the browser/user agent can't alt render the input control. accept Specifies a comma-separated list of content types that the server accepts. Sets the input control to read-only - it won't allow the user to change the value. The readonly control however, can receive focus and are included when tabbing through the form controls. Disables the input control. The button won't accept changes from the user. It also disabled cannot receive focus and will be skipped when tabbing. Helps determine the tabbing order (when the user 'tabs' through the elements on tabindex the page). accessk Access keys (or shortcut keys) ey ismap For image maps. See HTML map tag usemap For image maps. See HTML map tag +evnthandlers <ins> Attribute Description cite Indicates a source that should indicate the reason for the change. datetime Date and time of change. dir Specifies the direction of the text class Document wide identifier. id Document wide identifier lang Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers title over the element (similar to a "tool tip"). style Inline style (CSS) +evnthandlerts <isindex>

Attribute prompt Class Id Dir Lang Title Style <kbd> none

Description Specifies text to display to the user before the input control. If not specified, browsers will normally provide a default prompt. This attribute is deprecated. Document wide identifier. Document wide identifier Specifies the direction of the text Language code Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip"). Inline style (CSS)

<label> Attribute for Description

Specifies the input control that this label is for. This value must be the same as the va attribute.

<legend> Attribute align <li> type Specifies the type of bullet. Possible values: A a I i 1 disc square circle Note: This attribute is deprecated. Use CSS list-style-type instead. Specifies the number of the current list item. Note: This attribute is deprecated. Description

For alignment. Top, left, top, bottom. This attribute is deprecated - use CSS inste

value <link>

Description Attribute dir class id lang title style Specifies the direction of the text Document wide identifier. Document wide identifier Language code

Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (s Inline style (CSS)

href hreflang type rel

Specifies the URL of the resource document. Language code of the destination URL The MIMEtype of content at the link destination Describes the relationship between the current document and the destination URI. alternate appendix bookmark chapter contents copyright glossary help home index next prev section start stylesheet subsection Describes a reverse between the destination URI and the current document. Possible values: alternate appendix bookmark chapter contents copyright glossary help home index next prev section start stylesheet subsection Specifies the target frame to load the page into. Possible values: _blank _self _top _parent

rev

target

media

Specifies the device the document will be displayed on. Possible values: all braille print projection screen speech +evnthandlers

<map> Attributes specific to this tag: Attribute Description name usemap class id dir lang style title alt href target tabindex

Assigns a name to the image map. Associates an element with an image map. For example, you associate the image with an image map by using this attrib Document wide identifier. Document wide identifier Specifies the direction of the text Language code Inline style (CSS). Specifies a title to associate with the element. Alternate text. This specifies text to be used in case the browser/user agent can't render the image. Specifies the URL of a page or the name of the anchor that the link goes to. Specifies the target frame to load the page into. Helps determine the tabbing order (when the user 'tabs' through the elements on the page).

accesskey Access keys (or shortcut keys) +evntshandler <menu> <meta> Attributes specific to this tag: Attribute Description Name content scheme httpequiv Name for the property. Can be anything. Examples include, keywords, description, author, revised, generator etc. Specifies the property's value. Specifies a scheme to use to interpret the property's value (as declared in the content attribute).

Used for http response message headers. For example http-equiv can be used to refresh Values include content-type, expires, refresh and set-cookie.

<noframes> <noscript> <object> <ol> Attributes specific to this tag: Specifies the type of bullet. Possible values: A a type I i 1 Note: This attribute is deprecated. Use CSS list-style-type instead. Specifies what number to start numbering from. Note: This start attribute is deprecated. compa Renders the list in a more compact way. ct Note:This attribute is deprecated. Use CSS instead.

<optgroup> Attributes specific to this tag: Attribute Description label Specifies a label for the option group. <option> Attributes specific to this tag: Attribute Description selected Specifies that this option will be pre-selected when the user first loads the page. value Specifies the initial value of the option item. Specifies a label to be used as an alternative to the option item's contents. Useful if you'd prefer a shorter, label more concise label. <p> <param> Attributes specific to this tag: Attribute Description name Defines the name of the parameter. value Specifies the value of the parameter. Specifies the type of value. Possible values: data (default) valuetype ref - the value is a URI of a resource object - the value is an object within the same document Specifies content type of the resource specified by the value attribute, but only where valuetype is type set to "ref". <pre> Attributes specific to this tag: width Specifies the desired width of the preformatted text. Note: This attribute is deprecated. <q> Attributes specific to this tag: Attribute Description cite Indicates the source of the quotation. <s> <samp> <script> Attributes specific to this tag: Attribute Description name Defines the name of the parameter. src Specifies a URI/URL of an external script. type Specifies the scripting language as a content-type (MIME type). Specifies the scripting language, however, this attribute has been deprecated. Use the type attribute language instead. Declares that the script will not generate any content. Therefore, the browser/user agent can continue defer parsing and rendering the rest of the page. charset Defines the character encoding that the script uses.

<select> Attributes specific to this tag: Attribute Description name Assigns a name to the select list. size Specifies the number of rows to be visible at the same time. multiple Specifies that multiple selections can be made. <small> <span> <strike> <strong> <style> <sub> <sup> <table> Attributes specific to this tag: summary Provides a summary of the table's structure and purpose for non-visual user agents. align Visual alignment of the table (i.e. left, center, right). This attribute is deprecated, use CSS instead. width Width of the table. <tbody> <td> Attributes specific to this tag: Specifies a space-separated list of header cells that contain information about this header cell. The value needs to correspond with the id of the header cell (which is set using s the id attribute). This attribute is useful for non-visual browsers. This attribute is used on header cells and specifies the cells that will use this header's information. Possible values: row (current row) scope col (current column) rowgroup (current rowgroup) colgroup (current column group) Specifies an abbreviated version of the cell's content. Depending on the browser, it abbr may render this in place of the cell's content if appropriate. Specifies a category for this td. This can potentially be used to perform queries axis against the table data and can be beneficial in the context of a speech browser. For more information, see Categorizing cells on the W3 website. rowspa Specifies the number of rows the current cell spans across. n colspa Specifies the number of columns the current cell spans across. n Prevents text from automatically wrapping. This attribute is deprecated - use CSS nowrap instead. width Width of the td. This tag is deprecated. height Height of the td. This tag is deprecated. <textarea>

Attributes specific to this tag: Attribute Description name Assigns a name to the input control. Specifies the height of the textarea based on the number of visible lines of text. If there's more text than rows this allows, users can scroll using the textarea's scrollbars. cols Specifies the width of the textarea based on the number of visible character widths. <tfoot> <th> Attributes specific to this tag: Specifies a space-separated list of header cells that contain information about this header cell. The value needs to correspond with the id of the header cell (which is set using s the id attribute). This attribute is useful for non-visual browsers. This attribute is used on header cells and specifies the cells that will use this header's information. Possible values: row (current row) scope col (current column) rowgroup (current rowgroup) colgroup (current column group) Specifies an abbreviated version of the cell's content. Depending on the browser, it abbr may render this in place of the cell's content if appropriate. Specifies a category for this td. This can potentially be used to perform queries axis against the table data and can be beneficial in the context of a speech browser. For more information, see Categorizing cells on the W3 website. rowspa Specifies the number of rows the current cell spans across. n colspa Specifies the number of columns the current cell spans across. n Prevents text from automatically wrapping. This attribute is deprecated - use CSS nowrap instead. width Width of the td. This tag is deprecated. height Height of the td. This tag is deprecated. <thead> <title> <tr> <tt> <u>

<ul> Attributes specific to this tag: Specifies the style of the bullet. Possible values: disc circle type square Note: This attribute is deprecated. Use CSS liststyle-type instead. compa Renders the list in a more compact way. ct Note:This attribute is deprecated. Use CSS instead.

<var>

Вам также может понравиться