HTML Example: Text Element Small
x
<title>HTML Example: Text Element Small</title>
<p>Beer, half price! <small>(as long as you tip us the other half)</small></p>
<hr>
<p>The <code>small</code> element represents side comments such as small print/fine print. It can include content such as disclaimers, caveats, or legal restrictions, such as copyrights, etc.</p>
In this example, the left side provides the code used to render the output in the right side.
Feel free to copy and paste the code into your own project and modify as you wish.
About HTML
HTML stands for HyperText Markup Language. It's the markup language that enables us to create web pages. Web pages typically consist of HTML, as well as various other technologies, such as CSS (Cascading Style Sheets - for adding styles to web pages), JavaScript (for adding functionality), and jQuery, to name a few.