HTML element: Difference between revisions

Content deleted Content added
Line 283:
 
<!--, -->
Creates a comment. This is an SGML tag and not limited to HTML, and as such it may appear anywhere in the document, even before the DTD or after </html>. Its contents and any tags inside it should not be rendered and will remain invisible. Do notDon't forget to close your comments, or a large part of your page may disappear. For historic reasons (compatibility with some pre-1995 browsers) SGML comments are sometimes used inside <style> or <script> tags, but this is not necessary and may in fact cause undesired effects.
 
==Frames==