w3-video.com logo

HTML5 Tutorial

Home HTML5 XAMPP .htaccess Firefox Notepad++

Share it



!–– –– syntax

Syntax comment

Examples comment syntax

Valid Syntax 1
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<title>...</title>
</head>
<body>

<!––
...
––>

</body>
</html>
Valid Syntax 2
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html>
<head>
<title>...</title>
<!––
...
––>

</head>
<body>

</body>
</html>
comment intro comment scripts comment browser display comment parents - children comment forbidden characters comment warning