<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Authorship discovery test 1</title>
<link href="/assets/semantic.min.css" rel="stylesheet">
<link href="/assets/style.css" rel="stylesheet">
<link href="/assets/test.css" rel="stylesheet">
</head>
<body>
<div class="single-column explanation">
<section class="content">
<p>
The name of the author of this entry is <span class="answer">William Shakespeare</span>.
There is no extra information available about him on this page, just his name is the correct answer.
</p>
<p>
This page shows an <code>h-entry</code>, with a <code>p-author</code>
property containing just text.
</p>
</section>
</div>
<div class="post-container h-entry">
<div class="post-main">
<div class="left">
<div class="p-author">William Shakespeare</div>
</div>
<div class="right">
<p class="p-name e-content">To be, or not to be: that is the question.</p>
</div>
</div>
</div>
</body>
</html>