<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″ />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″ />
<title>HTML comments(by rsportfolio)</title>
</head>
<body>
<h1>Comments in HTML</h1>
<hr />
<!– This is comment–>
<h2>Hi, I am Developer.</h2>
</body>
</html>