Advertisements
Advertisements
प्रश्न
Write the following equation as HTML notation:
Pd = 2s – Q2
कोड लेखन
उत्तर
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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which of the following tags are called as physical style tags?
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:
Definition list has how many parts?
Read the following statement and choose the correct statement(s):
- Link in HTML is used to create hyperlinks to web content.
- HREF is abbreviated as Hypertext Markup File.
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?