Programming

Programming intro
Java

Markup

First webpage guide
HTML
XHTML

Style & Layout

CSS

Browser scripting

Javascript
VBScript
AJAX

Server scripting

PHP
ASP

Making money online

Make money online

CSS comments

Comments are declared within stylesheet definitions so that code would be easier to understand and navigate. Comments in CSS are ignored by web browsers.

Comments are declared with a beginning /* and an ending */. Everything between them will be a comment.

Example:

<style type="text/css">
/*

This code will be set text to be courier, 15pt in size, bold, and blue.

*/

#text {
font-family: courier; 
font-size: 15pt; 
font-weight: bold; 
color: blue;

/*

Aren't comments great?

*/
</style>
Reference
HTML/XHTML
CSS
Javascript
AJAX

Practice

Online code editor
Step-by-step tutorials
Practical examples
Practical exercises

Reference

Terms glossary

Rate this site

Rate this site
Visitor comments