Difference between revisions of "Team:Hong Kong UCCKE/HTML Test"

Line 5: Line 5:
 
}
 
}
 
#top_title {
 
#top_title {
 +
display: none;
 +
}
 +
#top_menu_14 {
 
display: none;
 
display: none;
 
}
 
}
Line 15: Line 18:
 
}</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>
 +
<code>#top_menu_14 {
 +
display: none;
 +
}</code>
 +
<p>The above code hides the top nav 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.

#top_menu_14 { display: none; }

The above code hides the top nav bar.