HTML | Comments
Comments:
HTML comments are fairly simple to include in your document, as they have a simple format. A comment in your document might resemble the following:
<!– This is a comment –>
Anything after < !– until the closing –> will not be displayed. It can still be seen in the source code for the document, but it is not shown onscreen.
CDATA sections:
Larger comments can make use of…
View On WordPress














