Advertisements
Advertisements
Question
Which of the following ways below is correct to write a CSS?
Options
p {color:red; text-align:center};
p {color:red; text-align:center}
p {color:red; text-align:center;}
p (color:red;text-align:center;)
MCQ
Advertisements
Solution
p {color:red; text-align:center}
shaalaa.com
Introduction to CSS
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which of the following is the page level style?
The extension of CSS file is ______.
The Declaration block of CSS is surrounded by
What is the property to set text as bold?
Which of the following indicates that the text included is a comment?
What is CSS?
What is Inline Style?
Write down general format of CSS declaration.
Write a short note on rule of CSS.
List and explain the Font and text element properties and values used CSS.
