Forum Moderators: open
<style type="text/css"> <!-- .ts1 {font: bold 27px 'Tahoma'; color: #2A2A92} --> </style> <span class="ts1">The title of the article</span> Can you explain me what to do?
<h1 class="ts1">The title of the article</h1>
If you don't want the line break at all, then add display:inline to the rules.
Why specify margin and padding as 0 for a <h1>?
I often do that (well, I usually prefer a 4px margin) to avoid the sizeable gap between the header and the body copy. It gives a certain look that I prefer on many pages, visually associating the head and the copy more closely. This also makes for a bit more content above the fold.