Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
Exercises
HTML
JavaScript
Git
CSS
PHP
Courses
Quizzes
Snippets
Tools
Dark
Light
System
Quizzez
HTML Basic
CSS Basic
Javascript Basic
PHP basic
ES6 Basic
TypeScript Basic
Angular Basic
React Basic
Sass Basic
Vue.js Basic
Git Basic
SQL Basic
Quiz CSS Basic - Which is the correct syntax to make all <p> elements bold?
Which is the correct syntax to make all <p> elements bold?
p style="text-size:bold"
p {text-size:bold}
p style="font-size:bold"
p {font-weight: bold}
Answer
Your answer is correct
Your answer is incorrect
Start Quiz
Sorry about that
How can we improve it?
Thanks for your feedback!
Thanks for your feedback!
Do you find this helpful?
Yes
No
Related Questions
CSS stands for
How can you add space between the border and inner content of the element?
How can you add CSS?
Which HTML tag specifies an internal style sheet?
Which HTML attribute specifies an inline style sheet?
How can you add an external style sheet in HTML?
Who is making the Web standards?
Which is the correct syntax to make all <p> elements bold?
Which property do you need to change the background color?
In the following code snippet, what value have we used for the bottom margin?
What property is used to change the size of an HTML element's border?
Which property controls the size of a text?
Which property is used to define the space between words?
Which property do you need to change the background image?
Which is the correct CSS syntax?
What is the correct CSS syntax for changing the font name?
Which is the correct syntax to set all the <a> tags' font-size to 13px?
How can you create a list displaying its items with squares?
How can you change an element's top padding?
Which CSS syntax is commonly used to center a website horizontally?