Home » HTML » HTML Basic » Question
  1. What output do you expect if the following markup is rendered?
    <strong>INTERVIEWMANIA</strong>
    </br>
    <strong>INTER VIEW MANIA
    </strong>
    1. INTERVIEWMANIA
      INTERVIEWMANIA
    2. INTER VIEW MANIA
      INTER VIEW MANIA
    3. interviewmania
      interviewmania
    4. INTERVIEWMANIA

      INTER VIEW MANIA
    5. None of these
Correct Option: D

The strong tag is used to highlight the importance of text/paragraph. <br> tag is used for a line break in HTML. Ant white space between characters displays as a single space.



Your comments will be displayed only after manual approval.