How to Insert Exponents in Dreamweaver
The HTML "sup" tag lets you create a superscript that defines a number's exponent value. Dreamweaver has a utility that helps you place superscript values on your Web pages. When you use the Dreamweaver utility, the "sup" HTML tag is automatically inserted into the HTML code, so you do not need to manually type the code.
Instructions
-
-
1
Open the Adobe Dreamweaver software from the Windows "Start" menu. Open your Web project to open the files for your website.
-
2
Double-click the file that contains the numbers you want to use for the superscript values. Highlight the numbers in the Adobe designer.
-
-
3
Click the "Insert" menu item and select "Tag." A configuration window opens with a list of HTML tags.
-
4
Click the "HTML Tags" option. In the list of tags, select "<sup>." Click "OK" to apply the superscript tags.
-
1