<!DOCTYPE html>
<html>
<head>
<style>
div {
display: block;
}
</style>
</head>
<body>
A div element is displayed like this:
<div>This is some text in a div element.</div>
Change the default CSS settings to see the effect.
</body>
</html>