111k views
0 votes
Sarah wants to create a webpage displaying text in the arial typeface. which css inline style should she use?

User Brosef
by
8.0k points

1 Answer

6 votes
The "font-family" property is used to declare which typeface should be used. If using inline styles it would be used as follows:

<p>Lorem Ipsum</p>
User Heeju
by
7.7k points