Home » 
        MCQs » 
        HTML MCQs
    
        
    Which HTML tag is used to define superscript text?
    
    
    
    31. Which HTML tag is used to define superscript text?
    
        - <sup>
 
        - <superscript >
 
        - <s>
 
        - <superscripted>
 
    
    Answer: A) <sup>
    Explanation:
    The HTML <sup> tag is used to define superscript text.