McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Web Technology
→
HTML
→
-------it is used to show the Bold text ...
Q.
-------it is used to show the Bold text and big font
A.
<b>
B.
<strong>
C.
<i>
D.
<em>
Answer» B. <strong>
1.4k
0
Do you find this helpful?
1
View all MCQs in
Web Technology
Discussion
No comments yet
Login to comment
Related MCQs
<b> tag makes the enclosed text bold. What is other tag to make text bold?
-----tag is used to show the highlight text(bold) with italic font in html document.
--------it is used to show the text in big size font effect.
------tag is used to show bold and big in size in html document.
-----it is used to show the Bold text
------it is used to show the text in small font effect.
Choose the correct HTML tag to make a text bold?
------tag is used to show variable font in html document.
-------tag is used to display the text with fixed width font.
Consider the following statements var text = "testing: 1, 2, 3"; // Sample text var pattern = /\d+/g In order to check if the pattern matches with the string “text”, the statement is