element names
The
codeph DITA element should be used for names of elements and attributes.
Element names should also be surrounded by open (<) and closing (>) tags.Notice: Attribute values should be italicized.
Correct examples
- The
<LinkText>element is a combination of mixed content blocks. -
<LinkText>has the attributesLinkNameandName.
Incorrect examples
- The <LinkText> element is a combination of mixed content blocks
- The LinkText element is a combination of mixed content blocks
- <LinkText> has the attributes LinkName and Name.