Question
Easy

Which of the following HTML codes display the content in bold face?

1
<b> This text is big <b>
2
<b> This text is big </b>
3
<b> This text is big <\b>
4
<b/> This text is big <\b>
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Web Designing using HTML
Topic: HTML Basics
Correct Answer
Option B
Explanation

The correct option is (2): HTML elements, which provide structure and semantics to web content, are correctly formed using an opening tag, the content, and a closing tag. The ` tag is a presentational element used to offset text in bold type, and to correctly apply this formatting to a specific phrase, the content must be encased between the opening tag, , and the closing tag, `. The crucial component…Read More

Which of the following - HTET Level 3 | Clear Cutoff