Comments

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Comment</title>
</head>
<body>
    <p>html is case sensitive</p>
    <!--this is a comment-->
    <!--comments cannot be read by a compiler-->
    <!--they are generally used to describe a statement in a code-->
</body>
</html>

Comments

Popular posts from this blog

unordered list with image link

TextArea