H
Q. Which of the following markup is correct?
i. <b><i>is in error as tags cross</b></i> ii. <b><i>is not since tags nest</i></b>
The correct answer is:
(B) ii ✅
Explanation:
Code (i) is incorrect ❌
<b><i>is in error as tags cross</b></i>
Code (ii) is correct ✅
<b><i>is not since tags nest</i></b>
Why other options are incorrect?
Thus, the correct answer is (B) ii ✅.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which one of the following is not the online video format available?
Q. What is the default start of item marker in ordered list?
Q. The software that can read and render HTML documents is
Q. Some tags enclose the text. Those tags are known as
Q. Which is true to change the text color to red?
Q. Choose the correct HTML tag to render text in italics
Q. In HTML Audio/Video DOM __________ sets or returns the volume of the audio/video.
Discusssion
Login to discuss.