Computer Applications
The correct HTML code to display (P + Q)2 is:
<SUB>( P+) 2</SUB>- P+Q
<SUP>2</SUP> - (P + Q)
<SUP>2</SUP> <SUP>(P+Q) 2</SUP>
HTML Advanced Features
1 Like
Answer
(P + Q) <SUP> 2 </SUP>
Reason — The superscript tag <SUP> is used to write (P + Q)2 by using the command —
(P + Q) <SUP> 2 </SUP>
Answered By
3 Likes
Related Questions
Which will let text wrap down the side of the image?
<img src="myImage.gif" align="wrap"><img src="myImage.gif" align="right"><img src="myImage.gif" wrap="on">
Consider the following code :
<img src ="Computers.jpg" width ="...." height ="....">Fill in the blanks to set the image size to be 250 pixels wide and 400 pixels tall.
- 250, 400
- 400, 250
- <250><400>
- <400><250>
The < …………… > tag displays text in subscript form.
- sub
- sup
- sups
- subs
The tag that starts a table cell is …………… .
<table><tc><td><tr>