User-837620913 posted
Yes they are. You generally see the first one when using JavaScript:
<code>
<script type="javascript">
<!-- This begin HTML comment hides javascript from older browsers
// javascript code goes here
// use the // for comments in JavaScript, otherwise the --> would create a JavaScript error
// -->
</script>
</code>