h2 letter-spacing: 5px; : hN « Tags « HTML / CSS






h2 letter-spacing: 5px;

   

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>*KHAKI*</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">

h2 {
  margin: 0;
  padding: 0;
  font-size: 130%;
  text-transform: none;
  letter-spacing: 5px;
  color: #BA3F2F;
  background: inherit;
}
</style>

</head>
<body>

  <h2>Welcome to <strong>The</strong> Template</h2>

</body>
</html>

   
    
    
  








Related examples in the same category

1.H1 inline style
2.H1 float: left;
3.H1 width: 680px;
4.H1 display: block;
5.h1 letter-spacing: 3px;
6.h1 letter-spacing: 5px;
7.h1 {counter-reset: paragraphNumber;}
8.HTML heading elements
9.CSS statements for heading styles
10.Header 1 alignment
11.Heading Test
12.Create a Heading
13.Letter spacing in headings