Skip to content
Fix Code Error

How do I make text bold in HTML?

March 13, 2021 by Code Error
Posted By: Anonymous

I’m trying to make some text bold using HTML, but I’m struggling to get it to work.

Here’s what I’m trying:

Some <bold>text</bold> that I want emboldened.

Could someone tell me what I’m doing wrong?

Solution

use <strong> or <b> tag

also, you can try with css <span style="font-weight:bold">text</span>

Answered By: Anonymous

Related Articles

  • Reference - What does this regex mean?
  • Adobe XD to responsive html
  • Is it possible to apply CSS to half of a character?
  • insert tables in dataframe with years from 2000 to 20018…
  • Active tab issue on page load HTML
  • Pandas pivot_table: filter on aggregate function
  • python 3.2 UnicodeEncodeError: 'charmap' codec can't encode…
  • Jquery fadeToggle Trouble
  • Trying to keep dropdown menus flush to the edge of header…
  • SQL find sum of entries by date including previous date

Disclaimer: This content is shared under creative common license cc-by-sa 3.0. It is generated from StackExchange Website Network.

Post navigation

Previous Post:

Get month and year from a datetime in SQL Server 2005

Next Post:

Replace values in list using Python

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Get code errors & solutions at akashmittal.com
© 2022 Fix Code Error