Do you use <b> or font-weight

Status
This thread has been locked.

Ben

Full Stack Website Developer
Banned
Feedback score
22
Posts
561
Reactions
285
Resources
0
Hey all,

Just a question I am curious about. Do you prefer to use <b></b> or font-weight: bold;

Personally I use font weight.

See you later,
Ben J
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Ben

Full Stack Website Developer
Banned
Feedback score
22
Posts
561
Reactions
285
Resources
0
Or <strong>
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ben-v-joogie-transaction-dispute.726256)

BobTheWizard

Feedback score
4
Posts
379
Reactions
89
Resources
0
Show us examples ey
 

BobTheWizard

Feedback score
4
Posts
379
Reactions
89
Resources
0
He is talking about when he makes websites.[DOUBLEPOST=1495694352][/DOUBLEPOST]I preferably use <b> </b> but I do sometimes use <strong> </strong>
lmao I have no idea. I mean if he wants us to tell him what to we like the look of then i'd like picture
 

morganjp

Retired Staff Member
Supreme
Feedback score
6
Posts
494
Reactions
755
Resources
0
I use both <b> and font-weight.

If say I'm creating a logo using text, and some part of the text needs to be different to the rest I'll wrap it in a b tag and style it. Even if it doesnt have to be bold, and just say a little larger or needs some positioning done.

I use font weight on large blocks of text. Paragraphs and such.
 

Ben

Full Stack Website Developer
Banned
Feedback score
22
Posts
561
Reactions
285
Resources
0
Now now ladies ;)

I guess strong is the proper way of using it via HTML but I use font-weight most of the time as I experiment with other sizes not just bold for example font-weight: 400;
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/ben-v-joogie-transaction-dispute.726256)

Jack

Retired Moderator
Supreme
Feedback score
11
Posts
1,209
Reactions
1,462
Resources
0
Considering <u> and <s> are deprecated, in my opinion it's a little strange to use <b>, so I always use <strong>.
 

Errota

626TB.COM
Supreme
Feedback score
0
Posts
1,244
Reactions
917
Resources
0
Hello,

I personally use font-weight, For me HTML is just structure and CSS is the style; I don't like mixing it up.
 
Status
This thread has been locked.
Top