Code Editor Panel
Home
HTML Tutorial
HTML Formatting
Run
HTML
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <p>Water formula is H<sub>2</sub>O</p>
<p> Formula for Area of Circle A = πr<sup>2</sup>.</p> </body> </html>
Output