Learn HTML Language

Used for creating webpages that contains texts, graphics, multimedia etc. Learn various tags, attributes that help you in web-development.

HTML Introduction
Tags Reference

HTML Comments

HTML comments are not displayed in the browser, but they can help document your HTML source code.

Syntax :

    <!-- Write your comments here -->

Notice that there is an exclamation point (!) in the start tag, but not in the end tag. Note: Comments are not displayed by the browser, but they can help document your HTML source code.


Share this page on :