I'm creating a very basic web page. The question is:
Locate the two occurrences of "Dura-Coat" in the document. Directly after the word "Dura-Coat," insert the registered trademark symbol. The character entity name of the registered trademark symbol is "reg." Display the symbol as a superscript by placing the character within the sup inline element.
How do I do that?
Locate the two occurrences of "Dura-Coat" in the document. Directly after the word "Dura-Coat," insert the registered trademark symbol. The character entity name of the registered trademark symbol is "reg." Display the symbol as a superscript by placing the character within the sup inline element.
How do I do that?