News:

MyKidsDiary.in :: Capture your kids magical moment and create your Online Private Diary for your kids

Main Menu

Set the Font Size using CSS

Started by Kalyan, May 25, 2009, 12:04 AM

Previous topic - Next topic

Kalyan

Set the Font Size using CSS


<html>
<head>
<style type="text/css">
h1 {font-size:150%}
h2 {font-size:130%}
p {font-size:100%}
</style>
</head>

<body>
<h1>This is header 1</h1>
<h2>This is header 2</h2>
<p>This is a paragraph</p>
</body>

</html>

dhoni

with the simple program we can easy to set front size using css
the program is easy to gather from css
this will set some front size clearly