<html>
<head>
<style>
h1 {
letter-spacing: 3px;
}
h2 {
letter-spacing: 2px;
}
h3 {
letter-spacing: -1px;
}
</style>
</head>
<body>
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_letter-spacing by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:01:17 GMT -->
</html>