Home » HTML » HTML Basic » Question
  1. Which of the following prints bold letters in traditional HTML?
    1. <b>Go boldly</b>
    2. <b>Go boldly</B>
    3. <B>Go boldly</b>
    4. <B>Go boldly</B>
    5. All of above
Correct Option: E

Traditional HTML is case insensitive and thus we can write tag/element name either in lowercase or uppercase or both which will be ignored by browser by default.



Your comments will be displayed only after manual approval.