HTML Comment Tags

Source: Internet
Author: User
Tags html comment

Note Tags <!--are used to insert comments in HTML. HTML Comment Tags

You can add comments to the HTML source code with the following syntax:

Instance
<!--write a comment here--

Note: There is an exclamation point in the start tag, but not in the end tag.

The browser does not display comments, but it can help record your HTML document.

You can use annotations to place notifications and reminders in HTML:

Instance
<!--This is a comment--><p> this is a paragraph. </p><!--Remember to add information here--

Annotations are also helpful for HTML error correction because you can comment one line of HTML code at a time to search for errors:

Instance
<!--don't show pictures now: -->

Conditional comment

You may occasionally find conditional annotations in HTML:

<!--[if IE 8]> ...    some HTML here ... <![ Endif]-->

Conditional annotations Define only HTML tags that are executed by Internet Explorer.

Software program label

Various HTML software programs can also generate HTML annotations.

For example, <!--WebBot bot--> tags are enclosed in HTML annotations created by FrontPage and Expression Web.

As a rule, the presence of these tags helps support the software that creates these tags.

From: http://www.w3school.com.cn/html/html_comments.asp

HTML Comment Tags

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.