Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html comment

<!--This is a comment in html.-->
<!--You can put comments enywhere! It does not care if it is mid peice of
code in a peice of code! You must put the ending arrows in or it will
think everything is a comment! Note you can comment over multiple lines.
Use a ! at the start arrow, this may not make sence as the rest of
html uses tags where ! is at the ends.-->
Comment

html comment

<!-- This is a comment in html -->

<!-- 
This is a
multiline
comment in
HTML!
-->
Comment

html comment

<!-- short comment -->

<!-- loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong comment -->


<!-- 
multiple
line
comment 
-->

<!--  Comments won't be shown on the page or effect the code but will remain in website code. Useful for commenting what is the code for -->
Comment

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.
-->
Comment

html comment

<!-- Write comment here -->
Comment

html comment

<!-- HTML comment
 	any line -->

/* CSS comment 
	any line */

// Javascript comment single line
/* Javascript comment 
	multiline */
Comment

html single line comment

There is not any single line comment in HTML 
we use single line or multiline comment with the help of same syntax that is 
<!-- Comment here -->
Comment

html comment

<!--HTML Comment Example! HTML Comments do not affect your code in
any way, comments can be used to take notes to yourself, or if you 
are working with a team, this could be a good way to communicate 
without messing up any of your code. Comments will not be shown 
in your HTML webpage. -->
Comment

comment html

<!-- Comment comes here -->
Comment

html comment

<!-- Your Message to your crush -->
The above message is always ignored 
Comment

html comment

<!-- das ist ein Kommentar-Tag -->
Comment

html comment line

<!-- Write your Comment Here -->
Comment

html comment

<!-- Notice: that there is an exclamation point (!) in the start tag, but not in the end tag. -->
Comment

comment html

<!-- here is how to use comment in html -->
Comment

PREVIOUS NEXT
Code Example
Html :: multiline comment html 
Html :: Text displayed over an image 
Html :: insert html in html 
Html :: html make range bar show value 
Html :: html form label 
Html :: px in server 
Html :: svelte bind store to input 
Html :: laravel nginx config 
Html :: &nbsp html 
Html :: font color html 
Html :: iframe render html in angular 
Html :: meta tag checker 
Html :: responsive html script 
Html :: atom html autocomplete 
Html :: github see commits by user 
Html :: svelte if block 
Html :: jquery loop print html() 
Html :: toggle button 
Html :: html2pdf page break option 
Html :: viewport 
Html :: bootstrap wysiwyg 
Html :: how to make a youtube video on a website and let it start by a set time 
Html :: how to create animated text in html 
Html :: h2 in html 
Html :: html default arrow remove 
Html :: how to start new line in html 
Html :: sweet alert js 
Html :: v model vue 
Html :: html extarea line break 
Html :: pink color code minecarft 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =