To make the form, we have a tag number as follows:
- <b> .... </ B>: for bold
- <i> ..... </ I>: for italics
- <u> .... </ U>: for line
- <small> ... </ Small>: for a small size
- <big> .... </ Big>: for large
- <sup> ... </ Sup>: for power
- <sub> .... </ Sub>: for index
example
<html><head><title>Text Style</title></head><body><b> Bold </b><i> Italic </i><u> Underline </u><small> Small </small><big> Big </big>A <sup><small> 2 </small><sup> -B <sup><small> 2 </small></sup> =(A-B)(A+B) H <sub><small> 2 </small></sup> 0</body></html>results
|






0 comments:
Post a Comment