Answers for "how to comment in html shortcut"

33

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.-->
Posted by: Guest on June-21-2020
6

comments visual studio code html

New empty HTML comment wherever:  Shift + Alt + A
Posted by: Guest on August-26-2020
4

how to comment selection in visual studio

In Visual Studio: Ctrl+K+C will comment, Ctrl+K+U Will uncomment
Posted by: Guest on October-23-2020

Code answers related to "how to comment in html shortcut"

Browse Popular Code Answers by Language