Set font size to 120% for H1 : font size : Text HTML CSS TUTORIALS


HTML CSS TUTORIALS » Text » font size »

 

Set font size to 120% for H1


 
<html>
<head>
<title>Set font size to 120for <H1></title>
<style type="text/css">
  h1 {
   font-size: 120%;
  }
</style>
</head>
<body>
  <h1>Title of Page</h1>
  <p>This is a sample paragraph with a <a href="http://www.navioo.com" class="warning">link</a>. After link. <em class="warning"> in em warning</em>. After em.</p>
</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Text
» font size