First page
Back
Continue
Last page
Graphics
Example – display: inline;
Normally, the heading tags display in block format:
To have them display inline, add the style h1,h2,h3 {display: inline;}: