hr tag to add a horizontal line across the width of its containing element. This can be used to define a change in topic or to visually separate groups of content.
hr tag underneath the h4 which contains the card title.
Notehr is a self-closing tag, and therefore doesn't need a separate closing tag.
hr tag to the markup.
testString: 'assert($("hr").length == 1, "Your code should add an hr tag to the markup.");'
- text: The hr tag should come between the title and the paragraph.
testString: 'assert(code.match(/<\/h4>\s*?/gi), "The hr tag should come between the title and the paragraph.");'
```
Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.