[ **up: [[Typography]] | [[HTML]] ** ]
---
# How to make font smaller
To make font smaller in HTML, use the `<small>` tag or CSS.
- The `<small>` tag reduces the text size by one level relative to the surrounding content.
+ You can nest multiple `<small>` tags to reduce the text size further.[^1]
[^1]: ‘HTML \<small> Tag’, *GeeksforGeeks*, updated 27 August 2024, https://www.geeksforgeeks.org/html-small-tag/.