EasyManua.ls Logo

MEN G233 - Supported Standard HTML Tags; Table 3. HTML Tags: Supported Standard Tags

MEN G233
25 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Functional Description
20G233-00 E1
2017-10-20
Page 21
3.3.4 Supported Standard HTML Tags
Table 3. HTML tags: supported standard tags
Tag Description Attributes Description
a Hyperlink href Target URL of hyperlink
b Bold text
body Document body
br Line break
form HTML form for
user input
action Specifies where to send the
form data when a form is
submitted
h1
h2
h3
HTML headings
head Document head
element
html Root of the
document
i Text in italics
input Input element type Type of <input> element
name Name of <input> element
value Value of <input> element
checked <input> element should be
pre-selected when the page
loads (for type="checkbox"
or type="radio")
maxlength Maximum number of
characters allowed in an
<input> element
max Maximum value for an
<input> element
min Minimum value for an
<input> element
label Label for an
<input> element
for Assigns label to a form
element
li List item value Specifies the enumeration
value of a list item. The
following list items will
increment from that number
(only for <ol> lists)
ol Ordered list type Specifies the enumeration
style to use in the list
p Paragraph align Specifies the alignment of
the text within a paragraph