blob: 9cd460d81e01202b6510134204d4b14ef23e56e3 [file] [log] [blame]
nitind958d79a2004-11-23 19:23:00 +00001###############################################################################
2# Copyright (c) 2004 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
12ATagInfo=A link if the href attribute is present, and the target for a link if the name attribute is present
13ABBRTagInfo=An abbreviation (for example, WWW, HTTP)
14ACRONYMTagInfo=An acronym (for example, SCUBA)
15ADDRESSTagInfo=Address information for the author of the page
16APPLETTagInfo=A Java applet
17AREATagInfo=Defines a client-side image map area
18BTagInfo=Displays contained text as bold
19BASETagInfo=The base URI for the page, to be used when calculating relative paths
20BASEFONTTagInfo=The base font size for the page
21BDOTagInfo=Overrides default bidirectional display. For use with bidirectional languages.
22BIGTagInfo=Displays contained text as large
23BGSOUNDTagInfo=Defines a sound file for the page. Not supported by W3C HTML 4.01.
24BLINKTagInfo=Displays text as blinking. Not supported by W3C HTML 4.01.
25BLOCKQUOTETagInfo=A long quotation
26BODYTagInfo=The document body. Contains all the content for the page.
27BRTagInfo=Forces a line break
28BUTTONTagInfo=Defines a push button
29CAPTIONTagInfo=Defines a table caption
30CENTERTagInfo=Displays contained text centered. Equivalent to DIV with align=center.
31CITETagInfo=A citation
32CODETagInfo=A computer code fragment
33COLTagInfo=A table column
34COLGROUPTagInfo=A group of table columns
35DDTagInfo=A definition or description in a definition or description list
36DELTagInfo=Displays text as deleted
37DFNTagInfo=A definition
38DIRTagInfo=A directory listing
39DIVTagInfo=A generic container, which can be used for defining language or style for the contents
40DLTagInfo=A definition or description list
41DTTagInfo=A term or subject in a definition or description list
42EMTagInfo=Displays text emphasized (generally italicized)
43EMBEDTagInfo=Defines an embedded plug-in. Not supported by W3C HTML 4.01.
44FIELDSETTagInfo=Defines a form control group
45FONTTagInfo=Displays text in the given font
46FORMTagInfo=Defines an interactive form
47FRAMETagInfo=Defines a frame within the current window
48FRAMESETTagInfo=Defines a frameset that divides the window into frames
49H1TagInfo=A top-level heading
50H2TagInfo=A second-level heading
51H3TagInfo=A third-level heading
52H4TagInfo=A fourth-level heading
53H5TagInfo=A fifth-level heading
54H6TagInfo=A sixth-level heading
55HEADTagInfo=Contains metadata and window title information for the document
56HRTagInfo=A horizontal rule
57HTMLTagInfo=The root element for the document.
58ITagInfo=Displays text as italic
59IFRAMETagInfo=Defines an inline subwindow
60IMGTagInfo=Displays the referenced image as embedded content
61INPUTTagInfo=Defines a form control for user input
62INSTagInfo=Defines inserted text
63ISINDEXTagInfo=Defines a single line prompt
64KBDTagInfo=Defines text to be entered by the user
65LABELTagInfo=Defines the label for a form field
66LEGENDTagInfo=Defines the label for a set of form fields
67LITagInfo=Defines a list item within a list
68LINKTagInfo=A media-independent link
69MAPTagInfo=Defines a client-side image map
70MARQUEETagInfo=Displays text as scrolling. Not supported by W3C HTML 4.01.
71MENUTagInfo=Defines a menu list
72METATagInfo=Defines metadata information for the document
73NOBRTagInfo=Overrides and prevents line breaks. Not supported by W3C HTML 4.01.
74NOFRAMESTagInfo=Provides information to display if the current browser does not support frames
75NOSCRIPTTagInfo=Provides information to display if the current browser does not support scripting
76OBJECTTagInfo=Defines a generic embedded object
77OLTagInfo=An ordered list
78OPTGROUPTagInfo=An option group
79OPTIONTagInfo=A selectable choice
80PTagInfo=A paragraph
81PARAMTagInfo=A named property value
82PRETagInfo=Preformatted text
83QTagInfo=A short inline quotation
84STagInfo=Display text in strike-through style
85SAMPTagInfo=Sample program output, scripts, etc. Displays in monospace font.
86SCRIPTTagInfo=Script statements
87SELECTTagInfo=An option selector
88SMALLTagInfo=Displays text as small
89SPANTagInfo=A generic container, which can be used for defining language or style for the contents
90STRIKETagInfo=Display text in strike-through style
91STRONGTagInfo=Displays text as strongly emphasized (generally bold)
92STYLETagInfo=Defines a style for the contained information
93SUBTagInfo=Display as subscript
94SUPTagInfo=Display as superscript
95TABLETagInfo=Defines a table
96TBODYTagInfo=The body of the table
97TDTagInfo=A cell within a table
98TEXTAREATagInfo=A multi-line text field
99TFOOTTagInfo=A table footer
100THTagInfo=A table header cell
101THEADTagInfo=A table header
102TITLETagInfo=The document title, displayed in the browser's title bar
103TRTagInfo=A table row
104TTTagInfo=Displays text in teletype or monospaced text style
105UTagInfo=Displays text as underlined
106ULTagInfo=An unordered list
107VARTagInfo=An instance of a variable or program argument
108WBRTagInfo=Allows a line break within <B>&lt;NOBR&gt;</B> tag. Not supported by W3C HTML 4.01.