<img alt="Example alt text" width="200" height="200">
<ul>
<li>Example list item</li>
</ul>
<ol>
<li>Example list item</li>
</ol>
<hr>
body {
color: yellow;
background: #444;
font-size: 20px;
font-family: Arial, sans-serif;
text-align: center;
}
ul {
border: solid 2px;
text-align: left;
}
ol {
text-align: left;
}
hr {
border-color: inherit;
}
a {
color: white;
}