Smaller Tag In Html
Smaller Tag is used to display the written text in Small .Smaller Text The content of the <small>...</small> element is displayed one font size smaller than the rest of the text surrounding it as shown below:
Example :
|
<!DOCTYPE html> <html> <head> <title>Smaller Text
Example</title> </head> <body> <p>Welcome To <small>Launchpadlwd</small>
blog.</p> </body> </html> |

0 Comments
Please do not enter any spam links in the comment box