Gav
35
Q:

how to change the font of a paragraph in html


    <p style="font-family:verdana">This is a paragraph.</p>
<p 
    style="font-family:'Courier New'">This is another paragraph.</p>
 
6
<font face="yourfont">
  
  Lorem Ipsum
  
</font>
3

 <h1 style="font-size:300%;">This is a heading</h1>
<p 
style="font-size:160%;">This is a paragraph.</p> 
0
<font face="yourfont">

  Lorem Ipsum
  
</font>
0
<script>//for typewriter font:</script>

<tt>
  <h1>Example Text</h1
</tt>
1

 <h1 style="text-align:center;">Centered Heading</h1>

 <p style="text-align:center;">Centered paragraph.</p> 
0

 <h1 style="font-family:verdana;">This is a heading</h1>
<p style="font-family:courier;">This is a paragraph.</p> 
0

New to Communities?

Join the community