Not long ago, a netizen who was keen on making web pages asked a small question, "How to implement text in the format of power of numbers (such as the square of 10) in Dreamweaver?" It troubled me a lot. I really couldn’t bear it... I suddenly remembered that it is very simple to implement text in this format in various Office-related components, so I first made the text in exponential format in FrontPage, and then found out the source code and used it. Dreamweaver achieved the effect this netizen wanted to achieve:
Run FrontPage (2000 or The input of "10 squared" was realized; after saving the page, I found the relevant statements that control the power format text in the HTML code of the source file, and found that "exponent 2" is marked with "2".
Run Dreamweaver MX, switch the editing window to the "Code View and Design View" window, first enter "102" in the "Design View" window; then find the number "2" from the "Code View" window and place the numbers before and after it Enter a pair of tags such as "<sup> and </sup>" respectively; finally, after clicking the cursor in the "Design View" window, you will find that the originally entered text "102" has changed to "10二." "Power" text in the power format.