Does html5 have enhanced comment lines?
Answer / Sunakshi Krishna Sharma
Yes, HTML5 includes a new type of comment, the 'script' comment. Unlike regular comments, 'script' comments are not removed during parsing and can contain JavaScript code within HTML files.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of an iframe tag?
How to create emails links?
Should I put quotes around attribute values or not?
What tag is used to create HTML Lists?
What is the image tag?
What is anchor tag and how can you open an url into a new tab when clicked?
How many HTML tags are should be used for the most simple of web pages?
What is the difference between the application model of HTML and HTML5?
How do I convert html to xhtml?
How we can display <table> at the center of the webpage?
What is closing tag in html?
What is innertext and outertext in html?