How do we change font text and size of text? How do we create format text in italic and bold style?

 Posted by Vivek.Ramapuram on 7/31/2014 | Category: CSS 3 Interview questions | Views: 2207 | Points: 40
Answer:

For changing font,
font-family: Arial, Verdana;


For changing size of the text,
font-size: 20px;


To create format text in italic style,
font-style: italic;


To create format text in bold,
font-weight: bold;


Asked In: While Learning | Alert Moderator 

Comments or Responses

Login to post response

More Interview Questions by Vivek.Ramapuram