height property in CSS, similar to the width property. Here's an example that changes the height of an image to 20px:
```css
img {
height: 20px;
}
```
height property to the h4 tag and set it to 25px.
h4 height property to a value of 25 pixels.
testString: assert($('h4').css('height') === '25px' && /h4{\S*height:25px(;\S*}|})/.test($('style').text().replace(/\s/g ,'')));
```
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.