Computer Science, asked by Ramshabari, 1 year ago

to change the font style of a particular paragraph

Answers

Answered by siddhartharao77
3
CSS :

p
{
font-style : normal;
font-family : verdana;
font-weight : bold;
}


Hope this helps!
Similar questions