Thu Feb 23, 2012 2:27 pm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hide the content of the div.</title>
<style type="text/css">
div.HideContent {
display: none;
}
</style>
</head>
<body>
<div class="HideContent">
This content will be hidden because
we set display attribute to none.
</div>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.