HTML Comments

DataMine
by DataMine · 3 posts
11 years ago in HTML & CSS
Posted 11 years ago · Author
In computer programming, a comment is a programming language construct used to embed programmer-readable annotations in the source code of a computer program. Basically, it allows the coder to write notes in the code that other people can read but the computer won't load as code.

Comments in HTML are very easy to create. Their syntax is as follows:

Code
<!-- Comment HERE -->


It starts with
Code
<!--
This tells the code that you want to start a comment. Everything after this will be included in the comment so it's important that you end the comment with
Code
-->


Comments don't have to begin and end on the same line. You can have multiple lines in your comment
Posted 11 years ago
Does anybody make html code that I can have custom made
Posted 11 years ago · Author
Daxx wrote:
Does anybody make html code that I can have custom made


Depends what you want coded.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT