HTML <big> Tag

    0

    0

    yogesh manthan

    The <big> tag was used in HTML 4 to define bigger text.

    <html>
    <head>
    <style>
    p.ex1 {
      font-size: 30px;
    }
    p.ex2 {
      font-size: 50px;
    }
    </style>
    </head>
    <body>
    <p>This is a normal paragraph.</p>
    <p class="ex1">This is a bigger paragraph.</p>
    <p class="ex2">This is a much bigger paragraph.</p>
    </body>
    </html>
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.