height
en CSS, similar a la propiedad de width
. Aquí hay un ejemplo que cambia la altura de una imagen a 20px:
```css
img {
height: 20px;
}
```
height
a la etiqueta h4
y configúrela a 25px. height
h4
a un valor de 25 píxeles.
testString: 'assert($("h4").css("height") == "25px", "Su código debe cambiar la propiedad de height
h4
a un valor de 25 píxeles.");'
```
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.