Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Text reference</title>
<link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com">
<style>
div {
font: 16px monospace;
white-space: pre;
}
b {
font: bold 16px monospace;
}
</style>
<p>Test passes if the five “A” letters below are vertically aligned with each other.
<div>
<b>A</b>
</div>
<div>
<b>A</b>
</div>
<div>
<b>A</b>
</div>
<div>
<b>A</b>
</div>
<div>
<b>A</b>
</div>