Q46
Which of the following gets converted to DOM elements by the rendering engine?
A.
Tokens
AnswerB.
Strings
C.
Address
D.
All of the mentioned
Answer: Option A
Solution
Answer: Option A
Solution:
The string returned by the network layer gets tokenized into meaningful chunks. The rendering engine then takes the tokens and converts them to DOM elements.