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
→
Choose the correct HTML tag to make a te...
Q.
Choose the correct HTML tag to make a text italic
A.
<ii>
B.
<italics>
C.
<italic>
D.
<i>
Answer» D. <i>
2.5k
0
Do you find this helpful?
7
View all MCQs in
Web Technology
Discussion
No comments yet
Login to comment
Related MCQs
-----tag is used to show the highlight text(bold) with italic font in html document.
Choose the correct HTML tag to make a text bold?
<b> tag makes the enclosed text bold. What is other tag to make text bold?
Choose the correct HTML tag for the smallest size heading?
------tag is used to show the keyboard tag in html document
-----it is used to show the Italic text
Which tag is used to create body text in HTML?
What is the correct HTML tag for inserting a line break?
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
To use an image as a link, just put the------tag inside the <a> tag: