W3C Amaya

top next

HTML in Amaya

Amaya recognizes all the elements available in HTML 4.0 Loose and HTML 4.0 Frameset, but only generates elements that are in the HTML 4.0 Strict DTD. The following list is the elements that can be generated in Amaya, each linked to the HTML specification for the element. Help information is also available about how to use the elements in Amaya.

A
anchor - a link and/or target
ABBR
abbreviated form (e.g., WWW, HTTP, etc.)
ACRONYM
 an acronym: a type of abrreviation that is usually pronounced as a word. (e.g., laser, WYSIWYG)
ADDRESS
information about the author
AREA
client-side image map area
B
bold text style (This effect should be achieved using style sheets or markup that conveys structural information)
BASE
document base URI
BDO
I18N BiDi over-ride
BIG
large text style (This effect should be achieved using style sheets or markup that conveys structural information)
BLOCKQUOTE
long quotation
BODY
document body
BR
forced line break
BUTTON
push button
CAPTION
table caption
CITE
citation
CODE
computer code fragment
COL
table column
COLGROUP
table column group
DD
definition description
DEL
deleted text
DFN
instance definition
DIV
generic language/style container
DL
definition list
DT
definition term
EM
emphasis
FIELDSET
form control group
FORM
interactive form
H1, H2, H3, H4, H5, H6
heading
HEAD
document head
HR
horizontal rule
HTML
document root element
I
italic text style (This effect should be achieved using style sheets or markup that conveys structural information)
IFRAME
inline subwindow
IMG
Embedded image
INPUT
form control
INS
inserted text
KBD
text to be entered by the user
LABEL
form field label text
LEGEND
fieldset legend
LI
list item
LINK
a media-independent link
MAP
client-side image map
META
generic metainformation
NOSCRIPT
alternate content container for non script-based rendering
OBJECT
generic embedded object
OL
ordered list
OPTGROUP
option group
OPTION
selectable choice
P
paragraph
PARAM
named property value
PRE
preformatted text (This effect should be achieved using style sheets or markup that conveys structural information)
Q
short inline quotation
SAMP
sample program output, scripts, etc.
SCRIPT
script statements
SELECT
option selector
SMALL
small text style (This effect should be achieved using style sheets or markup that conveys structural information)
SPAN
generic language/style container
STRONG
strong emphasis
STYLE
style information
SUB
subscript (This effect should be achieved using style sheets or markup that conveys structural information)
SUP
superscript (This effect should be achieved using style sheets or markup that conveys structural information)
TABLE
 A table
TBODY
table body
TD
table data cell
TEXTAREA
multi-line text field
TFOOT
table footer block
TH
table header cell
THEAD
table header block
TITLE
document title
TR
table row, containing table cells.
TT
teletype or monospaced text style (This effect should be achieved using style sheets or markup that conveys structural information)
UL
unordered list
VAR
instance of a variable or program argument

Amaya does not allow the user to create Framesets. It is possible to edit framesets in the structure view - elements can be copied and pasted, and appropriate attributes are available.

FRAME
subwindow
FRAMESET
window subdivision
NOFRAMES
alternate content container for non frame-based rendering

Amaya does not create the following elements which are deprecated in HTML 4.0 Strict (i.e. should no longer be used). They should be replaced as noted for each element:

APPLET
Should be replaced by the OBJECT element
BASEFONT
Should be replaced by the use of style sheets
CENTER
Should be replaced by the use of style sheets
DIR
Should be replaced by the UL element
FONT
Should be replaced by the use of style sheets
ISINDEX
Should be replaced by the use of FORMs
MENU
Should be replaced by the UL element
S and STRIKE
Should be replaced by the use of DEL (to identify text to be removed) or by style sheets
U
Should be replaced by the use of style sheets

top next