Home | Computer Science

<
TAGS

Defination

Some Mid Tags


TAGS Mid Tags are
Program
INPUT

<html> <head> <body> // Delete and Insert <del>Text</del><br> <ins>Text</ins><br>
// sub and sup 4<sub>2</sub><br> 4<sup>2</sup><br>
// mark and small <mark>This is important </mark> <small>This is small text </small> </body> </html>

OUTPUT