What is an HTML `<strong>` tag?

Welcome Delta Sigma Pi

  • Accessibility
  • Sales:

    Home:

    1-800-426-7235

    Business:

    1-866-426-0911

    Chat Now >

    Visit Sales Support Page >


    Order Support:

    Order Lookup >

    Visit Order Support Page >

    Technical Support >

Lenovo
All
  • All
  • Laptops
  • Desktops
  • Workstations
  • Monitors
  • PC Accessories & Electronics
  • Tablets
  • Servers & Storage
  • Servers Accessories
  • Sign In / Create Account
    My Lenovo Account
    Keep track of your wishlist, orders, and rewards all in one place
    Sign In / Create Account
    Welcome Back!
    Access your order, subscriptions, saved carts, rewards balance, and profile
    View My Account
    Orders
    View & track your orders
    Rewards
    Earn & redeem Rewards
    Profile
    Edit name, password, and account settings
    Wishlist
    Manage a wishlist of your favorite products
    Products
    Manage your devices, accessories
    Product Registration
    Register your product and/or update your warranty dates
    Sign Out
  • My Lenovo Rewards
  • Cart
  • Products
  • Solutions
  • Services
  • Support
  • About Lenovo
  • Deals
  • Student
  • Gaming
  • Laptops
  • Desktops
  • Workstations
  • Accessories
  • Software
  • Monitors
  • Tablets
  • Servers & Storage
  • Home & Office
  • AI
  • Deals
TEMPORARILY UNAVAILABLE
DISCONTINUED
Temporary Unavailable
Cooming Soon!
. Additional units will be charged at the non-eCoupon price. Purchase additional now
We're sorry, the maximum quantity you are able to buy at this amazing eCoupon price is
Sign in or Create an Account to Save Your Cart!
Sign in or Create an Account to Join Rewards
View Cart
Remove
Your cart is empty! Don’t miss out on the latest products and savings — find your next favorite laptop, PC, or accessory today.
item(s) in cart
Some items in your cart are no longer available. Please visit cart for more details.
has been deleted
Please review your cart as items have changed.
of
Contains Add-ons
Subtotal
Proceed to Checkout
Yes
No
Popular Searches
What are you looking for today ?
Trending
Recent Searches
Items
All
Cancel
Top Suggestions
View All >
Starting at
  • Black Friday in July! Limited-time Doorbusters + Buy more, Save more!  Shop Now >

  • My Lenovo Rewards! Earn 3%-9% in rewards and get free expedited delivery on select products. Join for Free >

  • Buy online, pick up select products at Best Buy. Shop Pick Up >

  • Lease-to-own today with Katapult. Get started with an initial lease payment as low as $1! * Learn More >

Home > Glossary > What is an HTML `<strong>` tag?
Glossary Hero
Learn More
StarStar

Annual Sale

Lenovo Laptop SaleLenovo Laptop Sale

Laptop Deals

Desktop DealsDesktop Deals

Desktop Deals

Workstation DealsWorkstation Deals

Workstation Deals

StoreStore

Pick Up Today at Best Buy

ControllerController

Gaming PC & Accessory Deals

MouseMouse

PC Accessories & Electronics Deals

MonitorMonitor

Monitor Deals

Tablet and phoneTablet and phone

Tablets & Phones Deals

ServerServer

Server & Storage Deals

Discount tagDiscount tag

Clearance Sale


What is an HTML `<strong>` tag?

The HTML `<strong>` tag is used to define text that should be displayed with strong importance or emphasis. In web development, when the `<strong>` tag is applied to a section of text, browsers typically render it in bold, which visually distinguishes it from other regular text on a webpage. Beyond visual styling, the `<strong>` tag also conveys semantic meaning, indicating that the content enclosed within the tag holds greater significance in the context of the document. This aspect is beneficial for accessibility, as screen readers recognize the `<strong>` tag and convey this emphasis to users, enhancing the user experience.

Does the HTML `<strong>` tag affect SEO?

Yes, the HTML `<strong>` tag can affect SEO because it signals to search engines that the enclosed text is important. By strategically using the HTML `<strong>` tag, you can help search engines better understand the key points in your content, potentially improving your search engine rankings.

Can I nest other tags inside the HTML `<strong>` tag?

Yes, you can nest other tags inside the HTML `<strong>` tag. For example, you can include an `<a>` tag for links or an `<em>` tag for emphasis within the HTML `<strong>` tag. Just make sure your HTML remains valid and properly nested.

Does the HTML `<strong>` tag only make text bold?

Primarily, the HTML `<strong>` tag makes text bold to indicate strong importance, but also conveys semantic meaning to search engines and assistive technologies. The HTML `<strong>` tag tells these systems that the content within has greater significance compared to surrounding text.

Can I use the HTML `<strong>` tag multiple times in one document?

Yes, you can use the HTML `<strong>` tag multiple times in a single document. Each use of the HTML `<strong>` tag will render the enclosed text in bold and signify its importance within the context of your content.

What is the difference between the HTML `<strong>` tag and the `<b>` tag?

The HTML `<strong>` tag adds both visual (bold) and semantic importance to the text, meaning search engines and assistive technologies recognize the text as important. The `<b>` tag, however, only makes the text bold without adding any semantic meaning.

When should I use the HTML `<strong>` tag?

You should use the HTML `<strong>` tag when you want to emphasize text that holds strong importance or urgency within your content. This could include warning messages, key points, or significant keywords that need extra attention from the reader.

Can the HTML `<strong>` tag be used within a list item?

Yes, you can use the HTML `<strong>` tag within list items. Just wrap the important text within the HTML `<strong>` tag inside the `<li>` tags to make it bold and signify its significance in the list context.

Can I apply CSS to the HTML `<strong>` tag?

Yes, you can apply CSS to the HTML `<strong>` tag. You can style the `<strong>` tag using CSS properties like `color`, `font-weight`, and `font-size` to customize the appearance of the strong text in your HTML document.

Does the HTML `<strong>` tag work the same in all browsers?

Mostly, yes. The HTML `<strong>` tag is widely supported and generally renders text in bold across all major browsers. However, the exact appearance might slightly differ based on default browser styles and user settings.

Is it accessible to use the HTML `<strong>` tag?

Yes, the HTML `<strong>` tag is accessible and recognized by screen readers. When you use the HTML `<strong>` tag, assistive technologies interpret the enclosed text as strong, helping users with disabilities understand its importance.

Can I combine the HTML `<strong>` tag with other semantic tags?

Yes, you can combine the HTML `<strong>` tag with other semantic tags like `<em>`, `<a>`, or `<blockquote>`. Nesting these tags appropriately allows you to provide both visual styling and meaningful context to different parts of your content.

When should I avoid using the HTML `<strong>` tag?

Avoid overusing the HTML `<strong>` tag to prevent diminishing its impact. If everything is highlighted as important, none of it stands out. Use the HTML `<strong>` tag sparingly to maintain clear emphasis on genuinely significant information.

Does the HTML `<strong>` tag change the font style of the text?

The HTML `<strong>` tag typically changes the font weight to bold, but it does not alter other font styles like typeface or size unless additional styling is applied through CSS.

Can I use the HTML `<strong>` tag for headings?

You can use the HTML `<strong>` tag within headings (e.g., `<h1>`, `<h2>`, etc.) to further emphasize specific words or phrases. However, use heading tags first for overall structure and reserve the HTML `<strong>` tag for additional emphasis within those headings.

Could the HTML `<strong>` tag improve readability?

Yes, the HTML `<strong>` tag can improve readability by drawing attention to key pieces of text. By highlighting important information, you make it easier for readers to quickly identify and absorb critical points within your content.

Can the HTML `<strong>` tag be used within paragraphs?

Absolutely. You can use the HTML `<strong>` tag within paragraphs to emphasize important sentences or phrases. This helps ensure that crucial information stands out to the reader in the flow of your content.

Should I include the HTML `<strong>` tag in an email template?

Yes, including the HTML `<strong>` tag in an email template is good practice when you want to highlight important information. Most email clients support basic HTML tags, including the `<strong>` tag, which helps important messages stand out in your email content.

Would using the HTML `<strong>` tag affect loading times?

No, using the HTML `<strong>` tag alone does not affect loading times. The HTML `<strong>` tag is a standard HTML element that adds minimal overhead to your webpage or document, thus having no significant impact on performance.

Does the HTML `<strong>` tag have any limitations?

While the HTML `<strong>` tag is useful for emphasizing text, it should be used judiciously. Overusing it can lead to cluttered, less readable content and can dilute the impact of the emphasis. Always aim for a balanced and thoughtful application of the HTML `<strong>` tag.

Do HTML validators check the usage of the HTML `<strong>` tag?

Yes, HTML validators will check the syntax and proper usage of the HTML `<strong>` tag to ensure it complies with the HTML standards. The validator flags errors related to improper nesting, missing end tags, or incorrect use within the document.

Can the HTML `<strong>` tag be used for styling text in a print style sheet?

Yes, the HTML `<strong>` tag can be used in conjunction with a print style sheet to emphasize important text when printing a document. By applying CSS rules specifically for print media, you can ensure that the strong text appears prominently even on printed pages.

Looking for a Great Deal?
Shop Lenovo.com for great deals on A+ Education PCs, Accessories, Bundles and more.
Shop Deals Now

  • Legion 7i Gen 9 (16″ Intel) Gaming Laptop
    Starting at
    $1,699.99
    Learn More
  • ThinkPad X9 15 Aura Edition (15ʺ Intel) Laptop
    Starting at
    $1,127.97
    Learn More
  • Yoga Book 9i (13” Intel)
    Starting at
    $1,999.99
    Learn More
  • Yoga 9i 2-in-1 Aura Edition (14″ Intel) Laptop
    Starting at
    $1,396.49
    Learn More
  • ThinkPad P1 Gen 7 (16″ Intel) Mobile Workstation
    Starting at
    $2,239.00
    Learn More
  • Shop
    • Student Deals
    • K-12 Student Laptops
    • Student Accessories
    • Laptops by Major
    Education resource
    Explore
    • What is STEM?
    • Best Laptops for College
    • Student & Teacher Discounts
    • Lenovo Sustainability Programs
    Education carry case

    Stem Articles
    See All STEM Articles
    • Online STEM Education

    • STEM Career Tips & Resources

    • Women in STEM

    • STEM Educator Training

    • STEM Grants & Funding

    • STEM Education: Coding for Kids

    • STEM Education: Robotics

    • STEM Education: Biotechnology

    • STEM Education: Sustainability

    • STEM Education: AI & ML

    While every effort has been made to ensure accuracy, this glossary is provided for reference purposes only and may contain errors or inaccuracies. It serves as a general resource for understanding commonly used terms and concepts. For precise information or assistance regarding our products, we recommend visiting our dedicated support site, where our team is readily available to address any questions or concerns you may have.

    Why Lenovo?

    Go Greener with Leno...

    Lenovo is committed to Smarter Climate Action with lower energy laptops, use of sustainable materials and packaging, and available CO2 Offset Services.
    Learn More
    pastel background

    Get It Now, Pay For ...

    Lenovo has multiple financing option: the Lenovo Credit Card, installment plans, and lease-to-own financing op...
    Learn More
    pastel background

    Productivity & Peace of Mind

    Stay productive with Premium Care Plus - 24/7 priority support and coverage against accidental damage. Power through your day with our Smart Performance and extended battery solutions.
    Learn More
    pastel background

    Fast & Secure

    Get the most from your laptop with Lenovo’s state-of-the-art Smart Performance, delivering powerful, all-in-on...
    Learn More
    pastel background

    Assistance and Suppo...

    Chat with a trained professional who can help you find the right products, place or check on an order, or setup your Education laptop.
    Contact Us
    pastel background
    Enter email to receive Lenovo marketing and promotional emails. Review our Privacy Statement for more details.
    Please enter the correct email address!
    Email address is required
    • Facebook
    • Twitter
    • Youtube
    • Pinterest
    • TikTok
    • Instagram
    Select Country / Region:
    Country
    AndroidIOS

    About Lenovo

    • Our Company
    • News
    • Investors Relations
    • Compliance
    • ESG
    • Product Recycling
    • Product Security
    • Product Recalls
    • Executive Briefing Center
    • Lenovo Cares
    • Careers
    • Formula 1 Partnership

    Products & Services

    • Laptops & Ultrabooks
    • Smarter AI for You
    • Desktop Computers
    • Workstations
    • Gaming
    • Tablets
    • Servers, Storage, & Networking
    • Accessories & Software
    • Services & Warranty
    • Product FAQs
    • Outlet
    • Deals
    • Lenovo Coupons
    • Cloud Security Software
    • Windows 11 Upgrade

    Resources

    • Legion Gaming Community
    • Lenovo EDU Community
    • Lenovo Pro Community
    • Lenovo Pro for Business
    • My Lenovo Rewards
    • Lenovo Financing
    • Lenovo Trade-in
    • Affiliate Program
    • Affinity Program
    • Employee Purchase Program
    • Lenovo Partner Hub
    • Laptop Buying Guide
    • Where to Buy
    • Glossary

    Customer Support

    • Contact Us
    • Policy FAQs
    • Return Policy
    • Shipping Information
    • Order Lookup
    • Register a Product
    • Replacement Parts
    • Technical Support
    • Forums
    • Provide Feedback
    © 2025 Lenovo. All rights reserved.
    PrivacyCookie Consent ToolSite MapTerms of UseExternal Submission PolicySales terms and conditionsAnti-Slavery and Human Trafficking Statement
    Compare  ()
    x
    Call

    Need Help? Call: 

    1-800-426-7235
    Select Your Store
    Add items to your cart?
    We've noticed that you've entered a different store. Do you want to add these items to your cart in the new store?
    No Yes. Add in Lenovo Pro