<!doctype html>
<title>Example</title>
<style>
div {
font-size: 1.5em;
padding: 20px;
border-bottom: 9px dotted orange;
}
</style>
<div>This 'div' is styled using the CSS border-bottom property. Try changing the values to see the effect it has on the bottom border styles.</div>