HTML<small>Tag: The HTML<small> tag specifies the small text. The small tag has both starting and ending tags.
HTML<small>Tag
This HTML small tag supports both the global and the event attributes.
Syntax: <small> Text</small>
Browser compatibility
The HTML small tag is supported by different types of browsers.
- Chrome
- Firefox
- Opera
- Safari
- Internet Explorer
Example:
<!DOCTYPE html> <html> <body> <p><small>Copyright © 2019, FreshersNow.Com. Made with ❤ in India</small></p> </body> </html>
Output:
Copyright © 2019, FreshersNow.Com. Made with ❤ in India.