Search This Blog

CSS Comment Example

CSS Comment Example :
<!DOCTYPE html>
<html>
<head>
<title> kod4u </title>
<style type="text/css">
p {
color: green;
}

/* This is a multi-line comment */
</style>
</head>
<body>
<h1> CSS Comment Example </h1>
<p> CSS comments are not shown in the output </p>
</body>
</html>
OUTPUT
CSS Comment Example

No comments:

Post a Comment