Computer Science, asked by tailorvivek62, 7 months ago

Write the CSS code to: 2

(i) Apply 50px indentation to all text paragraphs marked with <p>.

(ii) Make the text in the paragraphs marked with <p> tag “italics”. ​

Answers

Answered by faseelaandru
2

P{

text-indent: 50px;

font-style: italic;

}

Similar questions