<style type="text/css">
h1 {
    width: 500px;
    height: 100px;
}

h1 span {
    display: none;
}
</style>

<h1><span>My Great Header</span></h1>
