Multiline Comment <!--…--> tag can also be used to write multiple line comments. You can comment with multiple paragraph lines by using the starting tag <!-- and ending tag --> placed before the first line and end of the last line.
Example
<!DOCTYPE html>
<html>
<head>
<title>Scholars Globe Comments</title>
</head>
<body>
<!--
This is Scholars Globe comment Example
with multiline using enter key.
-->
<p>Body content...</p>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Scholars Globe Comments</title>
</head>
<body>
<!--
This is Scholars Globe comment Example
with multiline using enter key.
-->
<p>Body content...</p>
</body>
</html>
No comments:
Post a comment