Advertisements
Advertisements
प्रश्न
Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:
CO2
उत्तर
CO<sub>2</sub>
Notes
1 Mark for the correct statement.
APPEARS IN
संबंधित प्रश्न
Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.
Reason (R): HTML is a case sensitive language.
Write the difference between alink and vlink.
Write the equivalent inline CSS for the following HTML tag.
<body bgcolor="green">
HTML provides us with ______ levels of headings that can be inserted into a web page.
Which of the following options is an INVALID attribute of <font> tag in HTML?
Write the difference between <ol> and <ul> tags in HTML. Also, write suitable examples of each to illustrate the difference.
What is the difference between <br> tag and <p> tag in the context of HTML? Illustrate using suitable examples.
Which of the following tag can be used to draw a horizontal line on a webpage?
In HTML, <dl>, <dd>, and <dt> tags are used to create ______.
Mention any two purposes of using comments while designing a HTML webpage.