|
Home >> FAQs/Tutorials >> XHTML Tutorials and Tips >> Index
FYIcenter - Software Developer FAQ - Entering Comments into XHTML Documents
By: FYIcenter.com
(Continued from previous topic...)
How To Enter Comments into XHTML Documents?
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 -->...
(Continued on next topic...)
- What Is an XHTML Element?
- How To Enter Comments into XHTML Documents?
- How To Write the Opening Tag of an XHTML Element?
- How To Close an XHTML Element?
- What Is Wrong with My <br> Tags?
- What Is Wrong with My <meta> Tags?
- How To Enter Element Content?
- Is XHTML Element Name Case Sensitive?
- What Is an XHTML Element Attribute?
- How To Write Element Attributes Properly?
- Is Attribute Name Case Sensitive?
- How To Quote Element Attribute Values Properly?
- How To Write Ampersand Sign in Attribute Values?
- What Is a Required Attribute?
- What Are Predefined Attribute Values?
- What Is Wrong with My "checked" Attribute Values?
|