Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML small tag</title> </head> <body> <h2>Don't use this tag</h2> <p>It's <small>small <small>smaller <small>smallest</small></small></small></p> <h2>Alternative</h2> <p style="font-size:small;">This is a sample text.</p> <p><strong>Note:</strong> To learn more about style rules please study tutorials on <a href="#">CSS</a>.</p> </body> </html>