-
Which of the following prints bold letters in traditional HTML?
-
- <b>Go boldly</b>
- <b>Go boldly</B>
- <B>Go boldly</b>
- <B>Go boldly</B>
- 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.