SlideShare a Scribd company logo
By Vidal Orozco
The tag <sup> is known as the
superscript. The tag appears half a
character above the baseline.



Like WWW[1]



1 is the superscript.
The function for <sup>
     Superscript is used for
  footnotes. Its function uses
 numbers and letters. They are
placed either on top right or top
left or pretty much anywhere in
          the sentence.
This is the example for Superscript tag.


Second   example of the superscript tag.
Attributes for the superscript
               tag. <sup>
Attribut   Value             Description                            DTD
e
class      classname         classname for an element               STF
dir        Rtl               Text direction for the content in an   STF
           ltr               element
id         id                unique id for an element               STF
lang       language_cod      language code for the content in an    STF
           e                 element
style      style_definitio   inline style for an element            STF
           n
title      text              extra information about an element     STF
xml:lang language_cod        Language code for the content in an    STF
         e                   element, in XHTML documents
Coding
<html>

<body>




<p>This text contains <sup> superscript text.</sup></p>



</body>

</html>
This text contains superscript text.
Screenshot of superscript
        <sup>
Web Site in which you can
see superscript being used
Superscript


That is all. The End.

More Related Content

PPTX
Tag presentation 1
PPTX
&lt;p>tag presentation
PPTX
Basic techniques in nlp
PPT
OpenNLP demo
PPTX
Tricks in natural language processing
PPTX
Translating WordPress themes and plugins WordCamp Bhopal 2015
PPTX
I F T S – S Q L 2008 F T S Engine
PPT
Tag presentation 1
&lt;p>tag presentation
Basic techniques in nlp
OpenNLP demo
Tricks in natural language processing
Translating WordPress themes and plugins WordCamp Bhopal 2015
I F T S – S Q L 2008 F T S Engine

More from vaod (6)

PPTX
Lastprez
PPTX
Information architecture section3
PPTX
3870prez
PPTX
Finalpersentation
PPTX
Presentation2 re-design a website
PDF
Presentation [superscript]&lt;sup>
Lastprez
Information architecture section3
3870prez
Finalpersentation
Presentation2 re-design a website
Presentation [superscript]&lt;sup>
Ad

Recently uploaded (20)

PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Pharma ospi slides which help in ospi learning
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
GDM (1) (1).pptx small presentation for students
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
O5-L3 Freight Transport Ops (International) V1.pdf
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Complications of Minimal Access Surgery at WLH
Pharma ospi slides which help in ospi learning
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
GDM (1) (1).pptx small presentation for students
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Supply Chain Operations Speaking Notes -ICLT Program
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Module 4: Burden of Disease Tutorial Slides S2 2025
STATICS OF THE RIGID BODIES Hibbelers.pdf
Chinmaya Tiranga quiz Grand Finale.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
102 student loan defaulters named and shamed – Is someone you know on the list?
01-Introduction-to-Information-Management.pdf
Microbial diseases, their pathogenesis and prophylaxis
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Ad

Presentation [superscript] sup

  • 2. The tag <sup> is known as the superscript. The tag appears half a character above the baseline. Like WWW[1] 1 is the superscript.
  • 3. The function for <sup> Superscript is used for footnotes. Its function uses numbers and letters. They are placed either on top right or top left or pretty much anywhere in the sentence.
  • 4. This is the example for Superscript tag. Second example of the superscript tag.
  • 5. Attributes for the superscript tag. <sup> Attribut Value Description DTD e class classname classname for an element STF dir Rtl Text direction for the content in an STF ltr element id id unique id for an element STF lang language_cod language code for the content in an STF e element style style_definitio inline style for an element STF n title text extra information about an element STF xml:lang language_cod Language code for the content in an STF e element, in XHTML documents
  • 6. Coding <html> <body> <p>This text contains <sup> superscript text.</sup></p> </body> </html>
  • 7. This text contains superscript text.
  • 9. Web Site in which you can see superscript being used