Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html how to add comment

<!-- This is the first comment, it won't be shown on a page -->

<h1>And this is a header. It will be fully visible.</h1>

<!--
Multiline comment.
You can place a lot of information there.
Maybe even a whole book.
-->
Source by learn.coderslang.com #
 
PREVIOUS NEXT
Tagged: #html #add #comment
ADD COMMENT
Topic
Name
7+5 =