How to Change Font Size in Html


This is basic program of HTML for beginners. HTML allows different font size to increase the visibility of WebPages. 

Source Code 


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>

 <title>  HTML Font Change </title>
 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<h1> HTML Font Change </h1>
  <font size="5" > There is 5 Font Size </font></br>
  <font size="15"> There is 15 Font Size </font></br>
  <font size="105"> There is 105 Font Size </font></br>
</body>
</html>

Output of the Program 


Html font Size
Html font Size

Share on Google Plus

About Asad

Asad Niazi is Software Engineer , Programmer, Web Developer and a young mentor of BloggersTown and PProgramming. Asad Love to writes about Technology, Programming, Blogging and make money online.

1 comments: