HTML & CSS
Choose a < ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
Choose a
CSS
code snippet which sets the
bold font
for all items
<p>
.
p { font-size: bold; }
p { font-weight: bold; }
p { font-style: bold; }
p { text-weight: bold }
p { text-style: bold; }
Explanation
Get an explanation when it's available:
Subscribe
html
css
font
weight
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
Related Content
What is the font-variant property for?
Which CSS property defines the font size of a text?
Which CSS property can set a font for a text to display?
How to use italics with CSS?
What does the "font-style" property do in CSS?
H
TML & CSS
Quiz
Login to learn HTML & CSS
or
Read more about
HTML & CSS Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Keep exploring
HTML & CSS quizzes
How to make a shadow for text in gray?
Which of the following is true about the pseudo-class :visited?
What is the difference between pseudo-elements :after and ::after?
Which color will word "text" has? <style> p{ color: green !important; } #p{ color: blue; } </style> <p id="p" style="color: red">text</>
How to change the color of a link to blue when the cursor moves over it?
What is the property clear: both?
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment