/    Sign up×
Community /Pin to ProfileBookmark

How do you make a word bold?

If I want just one word in a sentence to be (BOLD) type what html code do I use? ? Thank you in advance for your help.
onmykneeslord

to post a comment
HTML

9 Comments(s)

Copy linkTweet thisAlerts:
@rhsundergroundJun 16.2005 — <span style="font-weight:bold">This is a special sentence.</span>
Copy linkTweet thisAlerts:
@onmykneeslordauthorJun 16.2005 — Thank you Thank you you are a life saver.
Copy linkTweet thisAlerts:
@rhsundergroundJun 16.2005 — Thank you Thank you you are a life saver.[/QUOTE]
i do what i can ?
Copy linkTweet thisAlerts:
@NogDogJun 16.2005 — [code=html]
<strong>This will normally be bold</strong>
[/code]

To make 100% sure it's bold, add this to your style section:
<i>
</i>strong { font-weight: bold; }
Copy linkTweet thisAlerts:
@rhsundergroundJun 16.2005 — i guess to add onto that post is this from w3:

<EM>:

Indicates emphasis.

<STRONG>:

Indicates stronger emphasis.[/QUOTE]
Copy linkTweet thisAlerts:
@Stephen_PhilbinJun 16.2005 — Just to clarify (in case you were wondering), the two methods are different in that the <strong> method carries with it a meaning and the <span> method does not.

If you enclose text in the <strong> element, you mean to place a strong emphasis on that text. If you use the <span> method then you are just decorating the text in that way yet the text the has been made bold carries no greater significance or meaning than its neighbouring text.
Copy linkTweet thisAlerts:
@rhsundergroundJun 16.2005 — Just to clarify (in case you were wondering), the two methods are different in that the <strong> method carries with it a meaning and the <span> method does not.

If you enclose text in the <strong> element, you mean to place a strong emphasis on that text. If you use the <span> method then you are just decorating the text in that way yet the text the has been made bold carries no greater significance or meaning than its neighbouring text.[/QUOTE]

true. <span> would be better if you had more that one modification you wished to make to the text, such as font, color, height, etc.
Copy linkTweet thisAlerts:
@NogDogJun 16.2005 — true. <span> would be better if you had more that one modification you wished to make to the text, such as font, color, height, etc.[/QUOTE]
Or, just apply them to the strong tag:
[code=html]
<strong style="font-size: large; color: red;">strong text that is large and red</strong>
[/code]
Copy linkTweet thisAlerts:
@deraJan 04.2006 — doesnt make a difference each of them can be styled, except like stephen said strong has meaning to people viewing with out style sheets
×

Success!

Help @onmykneeslord spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.7,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...