How To Enter Comments into XHTML Documents?

Submitted by: Administrator
If you want to enter comments into an XHTML document, you can use the comment tag: "<!-- ... -->".

Here are some good examples of XHTML comments:

<!-- Start north banner -->...

<script type="text/javascript">
<!-- alert("Are you ok?"); -->
</script>...

<!-- A long ...
paragraph ...
of comments -->...
Submitted by: Administrator

Read Online XHTML Job Interview Questions And Answers