What is the correct css syntax for setting all the paragraph tags to have a font size of 14px?
a. p {14px}
b. p {font-size: 14px;}
c. p {text-size: 14px;}
d. p {font: 14px;}?
Answers
Answered by
5
answer no. c is good its size is 157
Answered by
0
Answer:
The correct answer is CSS syntax.
Explanation:
An CSS paragraph is created using the help of HTML.
In CSS, we can use it to create color, font size, font text using the syntax.
We can apply by using,
p.para1{
color:orange;
}
p.para2{
color:red;
}
Therefore, the correct syntax of paragraph tag is p {text-size: 14px;}
#SPJ3
Similar questions