netx_iit

First example

Dec 22nd, 2020 (edited)
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>My First HTML Page</title>
  4.     </head>
  5.    
  6.     <body>
  7.         <h1 align="center">Example of Text related tags</h1>
  8.         <b>I am bold tag</b><br/>
  9.         <u>I am underline tag</u><br/>
  10.         <em>I am emphasized tag</em><br/>
  11.         <small>I am small tag</small><br/>
  12.         <del>13000</del>
  13.         <ins>I am ins tag</ins><br/>
  14.         <h2>H<sub>2</sub>O</h2>
  15.         <h2>3<sup>5</sup></h2>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment