HTML 5 Comment Syntax
i'm looking way add comments html 5, meaning text not executed there understand programming. in css see /* comment */ used purpose. in html, see comments, it's not clear how flagged comments.
for example, i've seen <!-- comment-->, syntax seems to used conditional statements executed, in <!--[if gt ie 8]><!-->. looks like it's written comment, it's meant executed. think. want able safely add comments html code, need syntax. thanks!
so far have right.
<!--this html comment-->
/**this css comment**/
//this single line comment in javascript or php code
conditional comments ie ignored browsers except ie9, 8, 7, 6.
ie10 no longer pays attention conditional comments.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment