0
What is the meaning of the sentence in the course?
<!--or--> what is the meaning of it?
3 ответов
+ 1
<!--
Is the begining of a HTML comment and
-->
is to define the end of your comment.
Comments are there to describe your code for yourself and for workmates... or peoples like us reading code from others :P
So you can use it that way:
<!--Hi I'm a comment-->
<h1>The previous line is a comment and will only appear in the source code</h1>
+ 1
It is comment. It doesn't display in web page.
0
Got it. Tanks for your help