Just like Microsoft Word has the ability to create subscript and superscript text, the same can be achieved in HTML. The <sub> and <sup> tags are a simple addition to your list of tags — they are not included in the CAT curriculum.

Syntax

HTML Code:Renders as:
H<sub>2</sub>0H2O
x<sup>2</sup>x2
Sub- and superscript examples

PAT example

I always suggest that students create a footer with a copyright symbol and their name on all their HTML pages:

<footer>
    <p><sup>&copy;</sup>Initial Surname</p>
</footer>

©Initial Surname

Next steps

Read the post HTML entities for information on the copyright symbol and more.

Read the post Creating a fixed footer with CSS for more information about creating a footer section for your web pages.

By MisterFoxOnline

Mister Fox AKA @MisterFoxOnline is an ICT, IT and CAT Teacher who has just finished training as a Young Engineers instructor. He has a passion for technology and loves to find solutions to problems using the skills he has learned in the course of his IT career.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.