Commentaarregels HTML: verschil tussen versies

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
Regel 1: Regel 1:
 +
In HTML kennen commentaarregels een ''opening tag'' en een ''closing tag'':
 +
 
<pre>
 
<pre>
 
<!--This is a comment. Comments are not displayed in the browser-->
 
<!--This is a comment. Comments are not displayed in the browser-->
 
</pre>
 
</pre>
 +
 +
 +
== Bronnen ==
 +
 +
* http://stackoverflow.com/questions/3757051/how-to-comment-uncomment-in-html-code

Versie van 10 mei 2016 10:15

In HTML kennen commentaarregels een opening tag en een closing tag:

<!--This is a comment. Comments are not displayed in the browser-->


Bronnen