Inline style for header 3 : Header : Basic Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Basic Tags » Header »

 

Inline style for header 3


 
<html>
<title>CSS Sample</title></head>
<body>
<h3>This is going to be a headline.</h3>

<h3 style="font-family: arial;
           font-size: 18pt;
           color: blue;
           text-align: center;">This will be another headline.</h3>

</body>
<html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Basic Tags
» Header