Line 5: | Line 5: | ||
} | } | ||
#top_title { | #top_title { | ||
− | display: | + | display: none; |
} | } | ||
</style> | </style> | ||
Line 12: | Line 12: | ||
<h3>H3 Heading</h3> | <h3>H3 Heading</h3> | ||
<code>#top_title { | <code>#top_title { | ||
− | display: | + | display: none; |
}</code> | }</code> | ||
<p>The above code hides the top title and logo bar.</p> | <p>The above code hides the top title and logo bar.</p> | ||
</html> | </html> |
Revision as of 16:13, 19 June 2016
H1 Heading
H2 Heading
H3 Heading
#top_title {
display: none;
}
The above code hides the top title and logo bar.