Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML big tag (check)</title> </head> <body> <h2>Don't use this tag</h2> <p>It's<big>big<big>bigger<big>biggest</big></big></big></p> <h2>Alternative</h2> <p style="font-size:large;">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>