Advertisements
Advertisements
Question
Write the following equation as HTML notation:
Pd = 2s – Q2
Code Writing
Solution
Pd = 25 – Q<sub>2</sub>
(OR)
<html>
<head>
<title>The HTML equation is</title>
</head>
<body>
Pd = 25 − Q<sup>2</sup>
</body>
</html>
shaalaa.com
Text Formatting Tags of HTML
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which feature is used to call attention to the reader?
The tags <sub> and <sup> used for:
A named set of certain style of character and number is:
Pick odd one from the list.
Match the following:
(a) tfoot | (1) Order list |
(b) start | (2) Hyperlink |
(c) href | (3) Highlight |
(d) mark | (4) Table |
Definition list has how many parts?
To create internal link, which of the following attribute should be used?
Write a short note on <strong>.
Write a short note on <em>.
What is the use of <mark> tag?