8th Class Computers Science HTML Question Bank Introduction to HTML

  • question_answer
    Which of the given options can give the following output? \[{{4}_{a}}{{7}_{b}}\]

    A)
    <html>
    <body>
    4<SUP>a</SUP>7<SUP>b</SUP>
    <body>
    </html>

    B)
     <html>
     <body>
     4<SUB>a</SUB>7<SUB>b</SUB>
     </body>
     </html>

    C)
    <html>
    <body>
    <SUB>4a7b</SUB>
    <body>
    </html>

    D)
    <html>
    </body>
    <SUP>4a7b</SUP>
    </body>
    </html>

    Correct Answer: B

    Solution :

    The <sub> tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font.


You need to login to perform this action.
You will be redirected in 3 sec spinner