Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html inline comment

<!-- Put your comment message -->
Comment

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

comment in html

<!-- this will be ignored -->
Comment

comments in html

<!-- HTML multiline comment --!>

/* CSS multiline comment */

# Pyhton comment

// Javascript/C comment
/* Javascrpit/C multiline comment */
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

comments in html

<!-- This text is commented in html -->
Comment

html comments

<!-- Example Comment -->
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

comment in HTML

<!-- This is how you comment in HTML -->
Comment

html comments

<!-- html comment -->
Comment

html comments

<!-- i am a comment -->
Comment

comment in html

<h1> This is line runs normally </h1>
<!-- This line is a comment, it doesn't run -->
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

comments in html

<!-- a comment in html that esey to see -->
Comment

comments in html

<!-- Comments go in here. -->
Comment

html comment

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

html comments

If you want to make a comment in html, you do this

<!-- This is a comment --> This is outside the comment

This is useful if you want to make notes in your code:

<a href="https://www.google.com">Google</a> <!-- This link sends the user to Google -->
Comment

html comment

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

html comment

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

html commenting

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

PREVIOUS NEXT
Code Example
Html :: open anchor tag in new tab 
Html :: how to center h1 i nhtml 
Html :: vue js focus ref 
Html :: href new window html 
Html :: difference between name and id html 
Html :: basico html 
Html :: how to make a background color in html 
Html :: ionic onfig.xml hide loader 
Html :: how to make a button not reload on click 
Html :: bootstrap textarea width 
Html :: making rectangle in css 
Html :: bootstrap large text clip 
Html :: laravel old request html div add style 
Html :: what to put in http equiv in html 
Html :: stop bubbling 
Html :: bootstrap text warning color 
Html :: html table cell border not showing 
Html :: html redirect 
Html :: filter in v-html 
Html :: html chat box 
Html :: textarea autosize angular 
Html :: html required checkbox 
Html :: bulma upload file 
Html :: google translate for website html code 
Html :: input limit file type html 
Html :: datatable pdfHtml5 pagesize 
Html :: ion input date 
Html :: require in html 
Html :: placeholder image unsplash html 
Html :: bootstrap modal popup backdrop false 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =