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 feature is used to call attention to the reader?
The tags <sub> and <sup> used for:
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?
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?