-
What is the correct format of numeric character reference?
-
- $*nnnn;
- #nnnn;
- &nnnn;
- nnnn;
- None of these
Correct Option: D
Numeric character reference uses the format nnnn, nnnn represents decimal format. We can also use hhhh in place of nnnn for hexadecimal form and its syntax will be like hhhh; In XML documents use nnnn; semicolon is mandatory.