topical media & game development
#javascript-css-comment-demo.htm / htm
<head>
<style>
.hide {
display: none;
}
.show {
display: inline;
border-bottom: dotted thin;
}
.show2 {
display: inline;
background-color: #FEFF9F;
padding: 0 3px 0 3px;
font-size: .9em;
}
</style>
<script type="text/javascript" src="javascript-css-comment-script.js"></script>
</head>
<body>
The <a name="1" class="show">W3C</a> <span class="hide">World Wide Web Consortium</span> develops <a name="2" class="show">interoperable technologies</a> <span class="hide">specifications, guidelines, software, and tools</span> to lead the Web to its full potential. To achieve the goal of one Web, specifications for the Web's formats and protocols must be compatible with one another and allow (any) hardware and software used to access the Web to work together. Since 1994, the W3C has produced more than ninety <a name="2" class="show">Web standards</a> <span class="hide">W3C Recommendations</span>.
</body>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.