How to make my font bold using css

0 votes
I was just wondering how I could use CSS to make my font bold since I'm extremely new to HTML and CSS.

A plain HTML website that imports a CSS file allows me to modify the font. Can somebody assist me with making the font bold, though?
Aug 3, 2022 in CSS by Edureka
• 13,620 points
526 views

1 answer to this question.

0 votes

In HTML, use the strong or b (bold) tags to make the text bold. Browsers will bold the text within both of these tags, but the strong tag implies that the text is of special importance or urgency. You can also make text bold by setting the CSS font-weight property to "bold."

answered Aug 8, 2022 by Tanishqa
• 1,170 points

Related Questions In CSS

0 votes
0 answers

How to make my font bold using css?

I was just wondering how I could ...READ MORE

Jul 25, 2022 in CSS by Edureka
• 13,620 points
217 views
0 votes
1 answer

How to make 3 vertical dots using CSS?

Try the following entire source code for ...READ MORE

answered Jun 10, 2022 in CSS by Edureka
• 12,690 points
2,714 views
0 votes
0 answers

How to make a back-to-top button using CSS and HTML only?

I want to scroll down and up ...READ MORE

Jun 30, 2022 in CSS by Edureka
• 13,620 points
326 views
0 votes
0 answers

How to make a transparent border using CSS?

Ideally, the border should be translucent. That ...READ MORE

Jul 4, 2022 in CSS by Edureka
• 13,620 points
411 views
0 votes
2 answers

Define a SQL query? What is the difference between SELECT and UPDATE Query? How do you use SQL in SAS?

HI.. SQL is Structured Query Language, which is ...READ MORE

answered Aug 8, 2020 in PHP by anonymous
9,668 views
0 votes
1 answer

Using/Handling colon inside a JSF generated HTML element ID in CSS selector

Yes, you can.  Just Backslash (\) the colon.  Like ...READ MORE

answered Nov 14, 2018 in Others by DataKing99
• 8,240 points
2,569 views
0 votes
1 answer

What is a css selector and where is it used?

CSS Selector is a combination of element ...READ MORE

answered Nov 21, 2018 in Data Analytics by Kalgi
• 52,360 points
697 views
0 votes
1 answer

How can I make a div stick to the top of the screen once it's been scrolled to?

To make an element sticky, use the ...READ MORE

answered Aug 5, 2022 in CSS by Tanishqa
• 1,170 points
4,213 views
0 votes
1 answer

Table with table-layout: fixed; and how to make one column wider

The table-layout CSS property specifies the algorithm ...READ MORE

answered Aug 8, 2022 in CSS by Tanishqa
• 1,170 points
1,821 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP