INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Is is the tag that use to have a broad text.
|
<b>
|
|
<bold>
|
|
bold
|
|
b
|
Explanation:
Detailed explanation-1: -The <b> tag specifies bold text without any extra importance.
Detailed explanation-2: -It indicates how something must be understood. The difference between these tags is that <b> makes the text look bold only visually, whereas the <strong> tag also gives a semantic emphasize indicating a meaningful word or a text section.
Detailed explanation-3: -To make a text bold create a font bypassing FontWeight. BOLD or, FontWeight. EXTRA BOLD as the value of the parameter weight and, to make a text italic pass FontPosture. ITALIC as the value of the parameter posture.
Detailed explanation-4: -Expert-Verified Answer. In HTML, apart from the <b> tag, another tag that makes text bold is the <strong> tag.
There is 1 question to complete.