How To: Leave a comment

HTML

<!-- This is a comment -->


<!--
	 <h1>This is heading 1</h1>
	 <p>This is a paragraph</p>
-->

CSS

/* This is a comment aswell */

/*
img{
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
*/

Insert new line:

<br>

Last updated