Computer Applications
With the help of which tag of HTML, you can display (a2 + b2) in the web page?
- <P>
- <SUP>
- <SUB>
- <FONT>
HTML Intro
2 Likes
Answer
<SUP>
Reason — The <SUP> tag is used to create superscripts on an HTML page. The given formula can be displayed by the following HTML code:
(a<sup>2</sup> + b<sup>2</sup>)
Answered By
1 Like
Related Questions
The correct HTML code for inserting an image is
- <IMG href="image.gif">
- <IMG> image.gif</gif>
- <IMG src = "image.gif ">
- <IMAGE src = "image.gir">
alt attribute allows
- addition of an alternate hyperlink
- addition of a border to image
- use of an alternate image in place of the specified image
- addition of alternate text about an image
Assertion (A) SMTP is the standard protocol for E-mail services on a TCP/IP network.
Reason (R) SMTP is a network-layer protocol.
- Both A and R are true and R is a correct explanation of A.
- Both A and R are true but R is not a correct explanation of A.
- A is true and R is false.
- A is false and R is true.
Assertion (A) You can place HTML links to any website you like to your web page.
Reason (R) External linking in HTML allows you to place links of other websites on your page.
- Both A and R are true and R is a correct explanation of A.
- Both A and R are true but R is not a correct explanation of A.
- A is true and R is false.
- A is false and R is true.