Translated HTML comment (#23848)

Translated this text "You can comment out a large number of lines like this." to this "Puedes commentar varias lineas como estas."
This commit is contained in:
E.T
2019-05-14 23:41:53 -05:00
committed by Tomas Pozo
parent 86b17db98e
commit 3a20ddfdd6

View File

@ -14,7 +14,7 @@ Los comentarios comienzan con `<!--` y finalizan con `-->` , y pueden abarcar va
```html ```html
<!-- You can comment out a large number of lines like this. <!-- Puedes commentar varias lineas como estas.
Author: xyz Author: xyz
Date: xx/xx/xxxx Date: xx/xx/xxxx
Purpose: abc Purpose: abc
@ -63,4 +63,4 @@ Estos comentarios solo están disponibles en Internet Explorer y pueden usarse h
<!--[if gt IE 9]> <p>Your browser is greater then IE9</p> <![endif]--> <!--[if gt IE 9]> <p>Your browser is greater then IE9</p> <![endif]-->
``` ```
[Sobre los comentarios condicionales.](https://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx) [Sobre los comentarios condicionales.](https://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx)