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
→
Which tag is used to create body text in...
Q.
Which tag is used to create body text in HTML?
A.
<HEAD>
B.
<TEXT>
C.
<TITLE>
D.
<BODY>
Answer» D. <BODY>
2.8k
0
Do you find this helpful?
34
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 keyboard tag in html document
-------tag is used to create the row in table in html document.
------tag is used to create the column heading in table in html document.
The----tag is used to create the table in html
The HTML------element is used to create an HTML form for user input.
-----tag is used to show the highlight text(bold) with italic font in html document.
Choose the correct HTML tag to make a text italic
Choose the correct HTML tag to make a text bold?
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