HTML - 03: COMMENTS

 IN THIS TUTORIAL, WE WILL LEARN ABOUT COMMENTS


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SHAYAN'S WEBSITE</title>
</head>
<body>
    <p><h2>Comments are not to <i>display</i>.</h2></p>
    <!-- this text is invisible -->
</body>

</html>:

Comments

Popular posts from this blog

PYTHON FULL NOTES BY SHAYAN