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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user