Computer Applications
To display (X+Y)2, the correct HTML code is:
<SUB> (X+Y)2 </SUB>X+Y<SUP> 2 </SUP>(X+Y) <SUP> 2 </SUP><SUP> (X+Y) 2 </SUP>
HTML Intro
4 Likes
Answer
(X+Y) <SUP> 2 </SUP>
Reason — To display (X+Y)2, the correct HTML code is (X+Y) <SUP> 2 </SUP>.
Answered By
1 Like
Related Questions
The default value of Type attribute for an unordered list is …………… .
- Disc
- Square
- Circle
- None of these
Which of the following tags is suitable for creating a numbered list?
<BL><OL><UL>- None of these
What is the full form of DTD?
- Document To Definition
- Dynamic To Definition
- Document Type Definition
- Direct Type Definition
Anything written between …………… is taken as a comment.
<?--><?- --?><!-- and --></--->