Multiple Choice Question (MCQ)
Question: What will be the output of the following HTML code?
NIMI
CHENNAI
A.
<strong>NIMI</strong> CHENNAI
B.
<strong>NIMI</strong>
<br>
CHENNAI
C.
CHENNAI
<br>
NIMI
D.
CHENNAI NIMI
Correct Answer: <strong>NIMI</strong>
<br>
CHENNAI